Shades of Chateau Green #2FA33F
Tints of Chateau Green #2FA33F
RGB
CMYK
RGB Variations
Color information
#2FA33F (or 0x2FA33F) is known color: Chateau Green. HEX triplet: 2F, A3 and 3F. RGB value is (47,163,63). Sum of RGB (Red+Green+Blue) = 47+163+63=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA33F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA33F is #D05CC0. Grayscale: #757575. Windows color (decimal): -13655233 or 4170543. OLE color: 4170543.
HSL color Cylindrical-coordinate representation of color #2FA33F: hue angle of 128.28º 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 #2FA33F is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 63 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.36 |
| HSL | 128.28º | 0.55% | 0.41% | - |
| HSV(B) | 128.28º | 0.71% | 0.64% | - |
| XYZ | 15.17 | 27.16 | 9.15 | - |
| YUV | 116.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 63 | 0.71 | 0 | 0.61 | 0.36 | 128.28 | 0.55 | 0.41 |
| Hex | 2F | A3 | 3F | 47 | 0 | 3D | 24 | 80 | 37 | 29 |
| Octal | 57 | 243 | 77 | 107 | 0 | 75 | 44 | 200 | 67 | 51 |
| Binary | 101111 | 10100011 | 111111 | 1000111 | 0 | 111101 | 100100 | 10000000 | 110111 | 101001 |
Color Harmonies of #2FA33F
Complementary color
Monochromatic Colors of #2FA33F
Black with #2FA33F
Text Example
Text Example
White with #2FA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA33F; }
p { color: rgb(47,163,63); }
H1.HeaderClassName
{
color: #2FA33F;
}
.AnyTagClassName
{
color: #2FA33F;
}
</style>
background-color css
<style>
a { background-color: #2FA33F; }
a { background-color: rgb(47,163,63); }
div.DivClassName
{
background-color: #2FA33F;
}
.BgClassName
{
background-color: #2FA33F;
}
</style>
border-color css
<style>
span { border-color: #2FA33F; }
span { border-color: rgb(47,163,63); }
td.TdClassName
{
border-color: #2FA33F;
}
.TagClassName
{
border-color: #2FA33F;
}
</style>