#30B64E

Color #30B64E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30B64E

Tints of Chateau Green #30B64E

Color information

#30B64E (or 0x30B64E) is unknown color: approx Chateau Green. HEX triplet: 30, B6 and 4E. RGB value is (48,182,78). Sum of RGB (Red+Green+Blue) = 48+182+78=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #30B64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B64E is #CF49B1. Grayscale: #828282. Windows color (decimal): -13584818 or 5158448. OLE color: 5158448.

HSL color Cylindrical-coordinate representation of color #30B64E: hue angle of 133.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B64E is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB4818278-
CMYK0.7400.570.29
HSL133.43º58.26%45.1%-
HSV(B)133.43º73.63%71.37%-
XYZ19.3234.6312.87-
YUV130.0898.6169.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 182 (71.48% from 255) = 59.09%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=15.58%
G=59.09%
B=25.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48182780.7400.570.29133.4358.2645.1
Hex30B64E4A0391D853a2d
Octal60266116112071352057255
Binary110000101101101001110100101001110011110110000101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B64E; }

 p { color: rgb(48,182,78); }

 H1.HeaderClassName
 {
   color: #30B64E;
 }
 .AnyTagClassName
 {
   color: #30B64E;
 }
</style>
background-color css

<style>
 a { background-color: #30B64E; }

 a { background-color: rgb(48,182,78); }

 div.DivClassName
 {
   background-color: #30B64E;
 }
 .BgClassName
 {
   background-color: #30B64E;
 }
</style>
border-color css

<style>
 span { border-color: #30B64E; }

 span { border-color: rgb(48,182,78); }

 td.TdClassName
 {
   border-color: #30B64E;
 }
 .TagClassName
 {
   border-color: #30B64E;
 }
</style>