Shades of Chateau Green #30A150
Tints of Chateau Green #30A150
RGB
CMYK
RGB Variations
Color information
#30A150 (or 0x30A150) is known color: Chateau Green. HEX triplet: 30, A1 and 50. RGB value is (48,161,80). Sum of RGB (Red+Green+Blue) = 48+161+80=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #30A150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A150 is #CF5EAF. Grayscale: #767676. Windows color (decimal): -13590192 or 5284144. OLE color: 5284144.
HSL color Cylindrical-coordinate representation of color #30A150: hue angle of 136.99º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A150 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 80 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.37 |
| HSL | 136.99º | 0.54% | 0.41% | - |
| HSV(B) | 136.99º | 0.7% | 0.63% | - |
| XYZ | 15.41 | 26.7 | 11.93 | - |
| YUV | 117.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 80 | 0.70 | 0 | 0.50 | 0.37 | 136.99 | 0.54 | 0.41 |
| Hex | 30 | A1 | 50 | 46 | 0 | 32 | 25 | 89 | 36 | 29 |
| Octal | 60 | 241 | 120 | 106 | 0 | 62 | 45 | 211 | 66 | 51 |
| Binary | 110000 | 10100001 | 1010000 | 1000110 | 0 | 110010 | 100101 | 10001001 | 110110 | 101001 |
Color Harmonies of #30A150
Complementary color
Monochromatic Colors of #30A150
Black with #30A150
Text Example
Text Example
White with #30A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A150; }
p { color: rgb(48,161,80); }
H1.HeaderClassName
{
color: #30A150;
}
.AnyTagClassName
{
color: #30A150;
}
</style>
background-color css
<style>
a { background-color: #30A150; }
a { background-color: rgb(48,161,80); }
div.DivClassName
{
background-color: #30A150;
}
.BgClassName
{
background-color: #30A150;
}
</style>
border-color css
<style>
span { border-color: #30A150; }
span { border-color: rgb(48,161,80); }
td.TdClassName
{
border-color: #30A150;
}
.TagClassName
{
border-color: #30A150;
}
</style>