#30A240

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

Shades of Chateau Green #30A240

Tints of Chateau Green #30A240

Color information

#30A240 (or 0x30A240) is unknown color: approx Chateau Green. HEX triplet: 30, A2 and 40. RGB value is (48,162,64). Sum of RGB (Red+Green+Blue) = 48+162+64=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #30A240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A240 is #CF5DBF. Grayscale: #757575. Windows color (decimal): -13589952 or 4235824. OLE color: 4235824.

HSL color Cylindrical-coordinate representation of color #30A240: hue angle of 128.42º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A240 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB4816264-
CMYK0.7000.600.36
HSL128.42º54.29%41.18%-
HSV(B)128.42º70.37%63.53%-
XYZ15.0626.849.24-
YUV116.7498.2378.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=17.52%
G=59.12%
B=23.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162640.7000.600.36128.4254.2941.18
Hex30A2404603C24803629
Octal60242100106074442006651
Binary1100001010001010000001000110011110010010010000000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,162,64); }

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

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

 a { background-color: rgb(48,162,64); }

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

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

 span { border-color: rgb(48,162,64); }

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