Shades of Chateau Green #2FA945
Tints of Chateau Green #2FA945
RGB
CMYK
RGB Variations
Color information
#2FA945 (or 0x2FA945) is known color: Chateau Green. HEX triplet: 2F, A9 and 45. RGB value is (47,169,69). Sum of RGB (Red+Green+Blue) = 47+169+69=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 169 (66.41% from 255 or 59.30% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA945 is #D056BA. Grayscale: #797979. Windows color (decimal): -13653691 or 4565295. OLE color: 4565295.
HSL color Cylindrical-coordinate representation of color #2FA945: hue angle of 130.82º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA945 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 69 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.34 |
| HSL | 130.82º | 0.56% | 0.42% | - |
| HSV(B) | 130.82º | 0.72% | 0.66% | - |
| XYZ | 16.43 | 29.41 | 10.44 | - |
| YUV | 121.12 | 98.58 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 69 | 0.72 | 0 | 0.59 | 0.34 | 130.82 | 0.56 | 0.42 |
| Hex | 2F | A9 | 45 | 48 | 0 | 3B | 22 | 83 | 38 | 2A |
| Octal | 57 | 251 | 105 | 110 | 0 | 73 | 42 | 203 | 70 | 52 |
| Binary | 101111 | 10101001 | 1000101 | 1001000 | 0 | 111011 | 100010 | 10000011 | 111000 | 101010 |
Color Harmonies of #2FA945
Complementary color
Monochromatic Colors of #2FA945
Black with #2FA945
Text Example
Text Example
White with #2FA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA945; }
p { color: rgb(47,169,69); }
H1.HeaderClassName
{
color: #2FA945;
}
.AnyTagClassName
{
color: #2FA945;
}
</style>
background-color css
<style>
a { background-color: #2FA945; }
a { background-color: rgb(47,169,69); }
div.DivClassName
{
background-color: #2FA945;
}
.BgClassName
{
background-color: #2FA945;
}
</style>
border-color css
<style>
span { border-color: #2FA945; }
span { border-color: rgb(47,169,69); }
td.TdClassName
{
border-color: #2FA945;
}
.TagClassName
{
border-color: #2FA945;
}
</style>