Shades of Chateau Green #2FA251
Tints of Chateau Green #2FA251
RGB
CMYK
RGB Variations
Color information
#2FA251 (or 0x2FA251) is known color: Chateau Green. HEX triplet: 2F, A2 and 51. RGB value is (47,162,81). Sum of RGB (Red+Green+Blue) = 47+162+81=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA251 is #D05DAE. Grayscale: #767676. Windows color (decimal): -13655471 or 5349935. OLE color: 5349935.
HSL color Cylindrical-coordinate representation of color #2FA251: hue angle of 137.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA251 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 81 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.36 |
| HSL | 137.74º | 0.55% | 0.41% | - |
| HSV(B) | 137.74º | 0.71% | 0.64% | - |
| XYZ | 15.58 | 27.04 | 12.18 | - |
| YUV | 118.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 81 | 0.71 | 0 | 0.50 | 0.36 | 137.74 | 0.55 | 0.41 |
| Hex | 2F | A2 | 51 | 47 | 0 | 32 | 24 | 8A | 37 | 29 |
| Octal | 57 | 242 | 121 | 107 | 0 | 62 | 44 | 212 | 67 | 51 |
| Binary | 101111 | 10100010 | 1010001 | 1000111 | 0 | 110010 | 100100 | 10001010 | 110111 | 101001 |
Color Harmonies of #2FA251
Complementary color
Monochromatic Colors of #2FA251
Black with #2FA251
Text Example
Text Example
White with #2FA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA251; }
p { color: rgb(47,162,81); }
H1.HeaderClassName
{
color: #2FA251;
}
.AnyTagClassName
{
color: #2FA251;
}
</style>
background-color css
<style>
a { background-color: #2FA251; }
a { background-color: rgb(47,162,81); }
div.DivClassName
{
background-color: #2FA251;
}
.BgClassName
{
background-color: #2FA251;
}
</style>
border-color css
<style>
span { border-color: #2FA251; }
span { border-color: rgb(47,162,81); }
td.TdClassName
{
border-color: #2FA251;
}
.TagClassName
{
border-color: #2FA251;
}
</style>