Shades of Chateau Green #30AA47
Tints of Chateau Green #30AA47
RGB
CMYK
RGB Variations
Color information
#30AA47 (or 0x30AA47) is known color: Chateau Green. HEX triplet: 30, AA and 47. RGB value is (48,170,71). Sum of RGB (Red+Green+Blue) = 48+170+71=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AA47 is #CF55B8. Grayscale: #7A7A7A. Windows color (decimal): -13587897 or 4696624. OLE color: 4696624.
HSL color Cylindrical-coordinate representation of color #30AA47: hue angle of 131.31º 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 #30AA47 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 71 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.33 |
| HSL | 131.31º | 0.56% | 0.43% | - |
| HSV(B) | 131.31º | 0.72% | 0.67% | - |
| XYZ | 16.73 | 29.83 | 10.84 | - |
| YUV | 122.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 71 | 0.72 | 0 | 0.58 | 0.33 | 131.31 | 0.56 | 0.43 |
| Hex | 30 | AA | 47 | 48 | 0 | 3A | 21 | 83 | 38 | 2B |
| Octal | 60 | 252 | 107 | 110 | 0 | 72 | 41 | 203 | 70 | 53 |
| Binary | 110000 | 10101010 | 1000111 | 1001000 | 0 | 111010 | 100001 | 10000011 | 111000 | 101011 |
Color Harmonies of #30AA47
Complementary color
Monochromatic Colors of #30AA47
Black with #30AA47
Text Example
Text Example
White with #30AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA47; }
p { color: rgb(48,170,71); }
H1.HeaderClassName
{
color: #30AA47;
}
.AnyTagClassName
{
color: #30AA47;
}
</style>
background-color css
<style>
a { background-color: #30AA47; }
a { background-color: rgb(48,170,71); }
div.DivClassName
{
background-color: #30AA47;
}
.BgClassName
{
background-color: #30AA47;
}
</style>
border-color css
<style>
span { border-color: #30AA47; }
span { border-color: rgb(48,170,71); }
td.TdClassName
{
border-color: #30AA47;
}
.TagClassName
{
border-color: #30AA47;
}
</style>