#30A24C

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

Shades of Chateau Green #30A24C

Tints of Chateau Green #30A24C

Color information

#30A24C (or 0x30A24C) is unknown color: approx Chateau Green. HEX triplet: 30, A2 and 4C. RGB value is (48,162,76). Sum of RGB (Red+Green+Blue) = 48+162+76=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #30A24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A24C is #CF5DB3. Grayscale: #767676. Windows color (decimal): -13589940 or 5022256. OLE color: 5022256.

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

Color convert

RGB4816276-
CMYK0.7000.530.36
HSL134.74º54.29%41.18%-
HSV(B)134.74º70.37%63.53%-
XYZ15.4426.9911.23-
YUV118.11104.2377.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=16.78%
G=56.64%
B=26.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162760.7000.530.36134.7454.2941.18
Hex30A24C4603524873629
Octal60242114106065442076651
Binary1100001010001010011001000110011010110010010000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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