Shades of Chateau Green #30AB4C
Tints of Chateau Green #30AB4C
RGB
CMYK
RGB Variations
Color information
#30AB4C (or 0x30AB4C) is known color: Chateau Green. HEX triplet: 30, AB and 4C. RGB value is (48,171,76). Sum of RGB (Red+Green+Blue) = 48+171+76=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB4C is #CF54B3. Grayscale: #7B7B7B. Windows color (decimal): -13587636 or 5024560. OLE color: 5024560.
HSL color Cylindrical-coordinate representation of color #30AB4C: hue angle of 133.66º 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 #30AB4C is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 76 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.33 |
| HSL | 133.66º | 0.56% | 0.43% | - |
| HSV(B) | 133.66º | 0.72% | 0.67% | - |
| XYZ | 17.09 | 30.28 | 11.78 | - |
| YUV | 123.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 76 | 0.72 | 0 | 0.56 | 0.33 | 133.66 | 0.56 | 0.43 |
| Hex | 30 | AB | 4C | 48 | 0 | 38 | 21 | 86 | 38 | 2B |
| Octal | 60 | 253 | 114 | 110 | 0 | 70 | 41 | 206 | 70 | 53 |
| Binary | 110000 | 10101011 | 1001100 | 1001000 | 0 | 111000 | 100001 | 10000110 | 111000 | 101011 |
Color Harmonies of #30AB4C
Complementary color
Monochromatic Colors of #30AB4C
Black with #30AB4C
Text Example
Text Example
White with #30AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB4C; }
p { color: rgb(48,171,76); }
H1.HeaderClassName
{
color: #30AB4C;
}
.AnyTagClassName
{
color: #30AB4C;
}
</style>
background-color css
<style>
a { background-color: #30AB4C; }
a { background-color: rgb(48,171,76); }
div.DivClassName
{
background-color: #30AB4C;
}
.BgClassName
{
background-color: #30AB4C;
}
</style>
border-color css
<style>
span { border-color: #30AB4C; }
span { border-color: rgb(48,171,76); }
td.TdClassName
{
border-color: #30AB4C;
}
.TagClassName
{
border-color: #30AB4C;
}
</style>