Shades of Chateau Green #30AF4A
Tints of Chateau Green #30AF4A
RGB
CMYK
RGB Variations
Color information
#30AF4A (or 0x30AF4A) is known color: Chateau Green. HEX triplet: 30, AF and 4A. RGB value is (48,175,74). Sum of RGB (Red+Green+Blue) = 48+175+74=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF4A is #CF50B5. Grayscale: #7D7D7D. Windows color (decimal): -13586614 or 4894512. OLE color: 4894512.
HSL color Cylindrical-coordinate representation of color #30AF4A: hue angle of 132.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF4A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 74 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.31 |
| HSL | 132.28º | 0.57% | 0.44% | - |
| HSV(B) | 132.28º | 0.73% | 0.69% | - |
| XYZ | 17.78 | 31.78 | 11.68 | - |
| YUV | 125.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 74 | 0.73 | 0 | 0.58 | 0.31 | 132.28 | 0.57 | 0.44 |
| Hex | 30 | AF | 4A | 49 | 0 | 3A | 1F | 84 | 39 | 2C |
| Octal | 60 | 257 | 112 | 111 | 0 | 72 | 37 | 204 | 71 | 54 |
| Binary | 110000 | 10101111 | 1001010 | 1001001 | 0 | 111010 | 11111 | 10000100 | 111001 | 101100 |
Color Harmonies of #30AF4A
Complementary color
Monochromatic Colors of #30AF4A
Black with #30AF4A
Text Example
Text Example
White with #30AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF4A; }
p { color: rgb(48,175,74); }
H1.HeaderClassName
{
color: #30AF4A;
}
.AnyTagClassName
{
color: #30AF4A;
}
</style>
background-color css
<style>
a { background-color: #30AF4A; }
a { background-color: rgb(48,175,74); }
div.DivClassName
{
background-color: #30AF4A;
}
.BgClassName
{
background-color: #30AF4A;
}
</style>
border-color css
<style>
span { border-color: #30AF4A; }
span { border-color: rgb(48,175,74); }
td.TdClassName
{
border-color: #30AF4A;
}
.TagClassName
{
border-color: #30AF4A;
}
</style>