Shades of Chateau Green #2F9945
Tints of Chateau Green #2F9945
RGB
CMYK
RGB Variations
Color information
#2F9945 (or 0x2F9945) is known color: Chateau Green. HEX triplet: 2F, 99 and 45. RGB value is (47,153,69). Sum of RGB (Red+Green+Blue) = 47+153+69=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9945 is #D066BA. Grayscale: #6F6F6F. Windows color (decimal): -13657787 or 4561199. OLE color: 4561199.
HSL color Cylindrical-coordinate representation of color #2F9945: hue angle of 132.45º 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 #2F9945 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 69 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.4 |
| HSL | 132.45º | 0.53% | 0.39% | - |
| HSV(B) | 132.45º | 0.69% | 0.6% | - |
| XYZ | 13.64 | 23.82 | 9.51 | - |
| YUV | 111.73 | 103.88 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 69 | 0.69 | 0 | 0.55 | 0.4 | 132.45 | 0.53 | 0.39 |
| Hex | 2F | 99 | 45 | 45 | 0 | 37 | 28 | 84 | 35 | 27 |
| Octal | 57 | 231 | 105 | 105 | 0 | 67 | 50 | 204 | 65 | 47 |
| Binary | 101111 | 10011001 | 1000101 | 1000101 | 0 | 110111 | 101000 | 10000100 | 110101 | 100111 |
Color Harmonies of #2F9945
Complementary color
Monochromatic Colors of #2F9945
Black with #2F9945
Text Example
Text Example
White with #2F9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9945; }
p { color: rgb(47,153,69); }
H1.HeaderClassName
{
color: #2F9945;
}
.AnyTagClassName
{
color: #2F9945;
}
</style>
background-color css
<style>
a { background-color: #2F9945; }
a { background-color: rgb(47,153,69); }
div.DivClassName
{
background-color: #2F9945;
}
.BgClassName
{
background-color: #2F9945;
}
</style>
border-color css
<style>
span { border-color: #2F9945; }
span { border-color: rgb(47,153,69); }
td.TdClassName
{
border-color: #2F9945;
}
.TagClassName
{
border-color: #2F9945;
}
</style>