Shades of Chateau Green #2FA340
Tints of Chateau Green #2FA340
RGB
CMYK
RGB Variations
Color information
#2FA340 (or 0x2FA340) is known color: Chateau Green. HEX triplet: 2F, A3 and 40. RGB value is (47,163,64). Sum of RGB (Red+Green+Blue) = 47+163+64=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA340 is #D05CBF. Grayscale: #757575. Windows color (decimal): -13655232 or 4236079. OLE color: 4236079.
HSL color Cylindrical-coordinate representation of color #2FA340: hue angle of 128.79º 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 #2FA340 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 64 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.36 |
| HSL | 128.79º | 0.55% | 0.41% | - |
| HSV(B) | 128.79º | 0.71% | 0.64% | - |
| XYZ | 15.19 | 27.17 | 9.29 | - |
| YUV | 117.03 | 98.07 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 64 | 0.71 | 0 | 0.61 | 0.36 | 128.79 | 0.55 | 0.41 |
| Hex | 2F | A3 | 40 | 47 | 0 | 3D | 24 | 81 | 37 | 29 |
| Octal | 57 | 243 | 100 | 107 | 0 | 75 | 44 | 201 | 67 | 51 |
| Binary | 101111 | 10100011 | 1000000 | 1000111 | 0 | 111101 | 100100 | 10000001 | 110111 | 101001 |
Color Harmonies of #2FA340
Complementary color
Monochromatic Colors of #2FA340
Black with #2FA340
Text Example
Text Example
White with #2FA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA340; }
p { color: rgb(47,163,64); }
H1.HeaderClassName
{
color: #2FA340;
}
.AnyTagClassName
{
color: #2FA340;
}
</style>
background-color css
<style>
a { background-color: #2FA340; }
a { background-color: rgb(47,163,64); }
div.DivClassName
{
background-color: #2FA340;
}
.BgClassName
{
background-color: #2FA340;
}
</style>
border-color css
<style>
span { border-color: #2FA340; }
span { border-color: rgb(47,163,64); }
td.TdClassName
{
border-color: #2FA340;
}
.TagClassName
{
border-color: #2FA340;
}
</style>