Shades of Chateau Green #30AA52
Tints of Chateau Green #30AA52
RGB
CMYK
RGB Variations
Color information
#30AA52 (or 0x30AA52) is known color: Chateau Green. HEX triplet: 30, AA and 52. RGB value is (48,170,82). Sum of RGB (Red+Green+Blue) = 48+170+82=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA52 is #CF55AD. Grayscale: #7B7B7B. Windows color (decimal): -13587886 or 5417520. OLE color: 5417520.
HSL color Cylindrical-coordinate representation of color #30AA52: hue angle of 136.72º 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 #30AA52 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 82 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.33 |
| HSL | 136.72º | 0.56% | 0.43% | - |
| HSV(B) | 136.72º | 0.72% | 0.67% | - |
| XYZ | 17.12 | 29.99 | 12.87 | - |
| YUV | 123.49 | 104.58 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 82 | 0.72 | 0 | 0.52 | 0.33 | 136.72 | 0.56 | 0.43 |
| Hex | 30 | AA | 52 | 48 | 0 | 34 | 21 | 89 | 38 | 2B |
| Octal | 60 | 252 | 122 | 110 | 0 | 64 | 41 | 211 | 70 | 53 |
| Binary | 110000 | 10101010 | 1010010 | 1001000 | 0 | 110100 | 100001 | 10001001 | 111000 | 101011 |
Color Harmonies of #30AA52
Complementary color
Monochromatic Colors of #30AA52
Black with #30AA52
Text Example
Text Example
White with #30AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA52; }
p { color: rgb(48,170,82); }
H1.HeaderClassName
{
color: #30AA52;
}
.AnyTagClassName
{
color: #30AA52;
}
</style>
background-color css
<style>
a { background-color: #30AA52; }
a { background-color: rgb(48,170,82); }
div.DivClassName
{
background-color: #30AA52;
}
.BgClassName
{
background-color: #30AA52;
}
</style>
border-color css
<style>
span { border-color: #30AA52; }
span { border-color: rgb(48,170,82); }
td.TdClassName
{
border-color: #30AA52;
}
.TagClassName
{
border-color: #30AA52;
}
</style>