#30A248

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

Shades of Chateau Green #30A248

Tints of Chateau Green #30A248

Color information

#30A248 (or 0x30A248) is unknown color: approx Chateau Green. HEX triplet: 30, A2 and 48. RGB value is (48,162,72). Sum of RGB (Red+Green+Blue) = 48+162+72=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #30A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A248 is #CF5DB7. Grayscale: #757575. Windows color (decimal): -13589944 or 4760112. OLE color: 4760112.

HSL color Cylindrical-coordinate representation of color #30A248: hue angle of 132.63º 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 #30A248 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB4816272-
CMYK0.7000.560.36
HSL132.63º54.29%41.18%-
HSV(B)132.63º70.37%63.53%-
XYZ15.3126.9410.52-
YUV117.65102.2378.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=17.02%
G=57.45%
B=25.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162720.7000.560.36132.6354.2941.18
Hex30A2484603824853629
Octal60242110106070442056651
Binary1100001010001010010001000110011100010010010000101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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