Shades of Chateau Green #2F9949
Tints of Chateau Green #2F9949
RGB
CMYK
RGB Variations
Color information
#2F9949 (or 0x2F9949) is known color: Chateau Green. HEX triplet: 2F, 99 and 49. RGB value is (47,153,73). Sum of RGB (Red+Green+Blue) = 47+153+73=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9949 is #D066B6. Grayscale: #707070. Windows color (decimal): -13657783 or 4823343. OLE color: 4823343.
HSL color Cylindrical-coordinate representation of color #2F9949: hue angle of 134.72º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9949 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 73 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.4 |
| HSL | 134.72º | 0.53% | 0.39% | - |
| HSV(B) | 134.72º | 0.69% | 0.6% | - |
| XYZ | 13.77 | 23.87 | 10.18 | - |
| YUV | 112.19 | 105.88 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 73 | 0.69 | 0 | 0.52 | 0.4 | 134.72 | 0.53 | 0.39 |
| Hex | 2F | 99 | 49 | 45 | 0 | 34 | 28 | 87 | 35 | 27 |
| Octal | 57 | 231 | 111 | 105 | 0 | 64 | 50 | 207 | 65 | 47 |
| Binary | 101111 | 10011001 | 1001001 | 1000101 | 0 | 110100 | 101000 | 10000111 | 110101 | 100111 |
Color Harmonies of #2F9949
Complementary color
Monochromatic Colors of #2F9949
Black with #2F9949
Text Example
Text Example
White with #2F9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9949; }
p { color: rgb(47,153,73); }
H1.HeaderClassName
{
color: #2F9949;
}
.AnyTagClassName
{
color: #2F9949;
}
</style>
background-color css
<style>
a { background-color: #2F9949; }
a { background-color: rgb(47,153,73); }
div.DivClassName
{
background-color: #2F9949;
}
.BgClassName
{
background-color: #2F9949;
}
</style>
border-color css
<style>
span { border-color: #2F9949; }
span { border-color: rgb(47,153,73); }
td.TdClassName
{
border-color: #2F9949;
}
.TagClassName
{
border-color: #2F9949;
}
</style>