Shades of Chateau Green #30A246
Tints of Chateau Green #30A246
RGB
CMYK
RGB Variations
Color information
#30A246 (or 0x30A246) is known color: Chateau Green. HEX triplet: 30, A2 and 46. RGB value is (48,162,70). Sum of RGB (Red+Green+Blue) = 48+162+70=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #30A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A246 is #CF5DB9. Grayscale: #757575. Windows color (decimal): -13589946 or 4629040. OLE color: 4629040.
HSL color Cylindrical-coordinate representation of color #30A246: hue angle of 131.58º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A246 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 70 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.36 |
| HSL | 131.58º | 0.54% | 0.41% | - |
| HSV(B) | 131.58º | 0.7% | 0.64% | - |
| XYZ | 15.24 | 26.91 | 10.19 | - |
| YUV | 117.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 70 | 0.70 | 0 | 0.57 | 0.36 | 131.58 | 0.54 | 0.41 |
| Hex | 30 | A2 | 46 | 46 | 0 | 39 | 24 | 84 | 36 | 29 |
| Octal | 60 | 242 | 106 | 106 | 0 | 71 | 44 | 204 | 66 | 51 |
| Binary | 110000 | 10100010 | 1000110 | 1000110 | 0 | 111001 | 100100 | 10000100 | 110110 | 101001 |
Color Harmonies of #30A246
Complementary color
Monochromatic Colors of #30A246
Black with #30A246
Text Example
Text Example
White with #30A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A246; }
p { color: rgb(48,162,70); }
H1.HeaderClassName
{
color: #30A246;
}
.AnyTagClassName
{
color: #30A246;
}
</style>
background-color css
<style>
a { background-color: #30A246; }
a { background-color: rgb(48,162,70); }
div.DivClassName
{
background-color: #30A246;
}
.BgClassName
{
background-color: #30A246;
}
</style>
border-color css
<style>
span { border-color: #30A246; }
span { border-color: rgb(48,162,70); }
td.TdClassName
{
border-color: #30A246;
}
.TagClassName
{
border-color: #30A246;
}
</style>