#30AB47

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

Shades of Chateau Green #30AB47

Tints of Chateau Green #30AB47

Color information

#30AB47 (or 0x30AB47) is unknown color: approx Chateau Green. HEX triplet: 30, AB and 47. RGB value is (48,171,71). Sum of RGB (Red+Green+Blue) = 48+171+71=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB47 is #CF54B8. Grayscale: #7B7B7B. Windows color (decimal): -13587641 or 4696880. OLE color: 4696880.

HSL color Cylindrical-coordinate representation of color #30AB47: hue angle of 131.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB47 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB4817171-
CMYK0.7200.580.33
HSL131.22º56.16%42.94%-
HSV(B)131.22º71.93%67.06%-
XYZ16.9230.2110.9-
YUV122.8298.7574.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 171 (67.19% from 255) = 58.97%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=16.55%
G=58.97%
B=24.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171710.7200.580.33131.2256.1642.94
Hex30AB474803A2183382b
Octal60253107110072412037053
Binary1100001010101110001111001000011101010000110000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,71); }

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

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

 a { background-color: rgb(48,171,71); }

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

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

 span { border-color: rgb(48,171,71); }

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