Shades of Chateau Green #30A951
Tints of Chateau Green #30A951
RGB
CMYK
RGB Variations
Color information
#30A951 (or 0x30A951) is known color: Chateau Green. HEX triplet: 30, A9 and 51. RGB value is (48,169,81). Sum of RGB (Red+Green+Blue) = 48+169+81=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #30A951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A951 is #CF56AE. Grayscale: #7B7B7B. Windows color (decimal): -13588143 or 5351728. OLE color: 5351728.
HSL color Cylindrical-coordinate representation of color #30A951: hue angle of 136.36º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A951 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 169 | 81 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.34 |
| HSL | 136.36º | 0.56% | 0.43% | - |
| HSV(B) | 136.36º | 0.72% | 0.66% | - |
| XYZ | 16.89 | 29.6 | 12.61 | - |
| YUV | 122.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 169 | 81 | 0.72 | 0 | 0.52 | 0.34 | 136.36 | 0.56 | 0.43 |
| Hex | 30 | A9 | 51 | 48 | 0 | 34 | 22 | 88 | 38 | 2B |
| Octal | 60 | 251 | 121 | 110 | 0 | 64 | 42 | 210 | 70 | 53 |
| Binary | 110000 | 10101001 | 1010001 | 1001000 | 0 | 110100 | 100010 | 10001000 | 111000 | 101011 |
Color Harmonies of #30A951
Complementary color
Monochromatic Colors of #30A951
Black with #30A951
Text Example
Text Example
White with #30A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A951; }
p { color: rgb(48,169,81); }
H1.HeaderClassName
{
color: #30A951;
}
.AnyTagClassName
{
color: #30A951;
}
</style>
background-color css
<style>
a { background-color: #30A951; }
a { background-color: rgb(48,169,81); }
div.DivClassName
{
background-color: #30A951;
}
.BgClassName
{
background-color: #30A951;
}
</style>
border-color css
<style>
span { border-color: #30A951; }
span { border-color: rgb(48,169,81); }
td.TdClassName
{
border-color: #30A951;
}
.TagClassName
{
border-color: #30A951;
}
</style>