Shades of Chateau Green #2FA74F
Tints of Chateau Green #2FA74F
RGB
CMYK
RGB Variations
Color information
#2FA74F (or 0x2FA74F) is known color: Chateau Green. HEX triplet: 2F, A7 and 4F. RGB value is (47,167,79). Sum of RGB (Red+Green+Blue) = 47+167+79=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA74F is #D058B0. Grayscale: #797979. Windows color (decimal): -13654193 or 5220143. OLE color: 5220143.
HSL color Cylindrical-coordinate representation of color #2FA74F: hue angle of 136º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA74F is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 79 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.35 |
| HSL | 136º | 0.56% | 0.42% | - |
| HSV(B) | 136º | 0.72% | 0.65% | - |
| XYZ | 16.4 | 28.81 | 12.09 | - |
| YUV | 121.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 79 | 0.72 | 0 | 0.53 | 0.35 | 136 | 0.56 | 0.42 |
| Hex | 2F | A7 | 4F | 48 | 0 | 35 | 23 | 88 | 38 | 2A |
| Octal | 57 | 247 | 117 | 110 | 0 | 65 | 43 | 210 | 70 | 52 |
| Binary | 101111 | 10100111 | 1001111 | 1001000 | 0 | 110101 | 100011 | 10001000 | 111000 | 101010 |
Color Harmonies of #2FA74F
Complementary color
Monochromatic Colors of #2FA74F
Black with #2FA74F
Text Example
Text Example
White with #2FA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA74F; }
p { color: rgb(47,167,79); }
H1.HeaderClassName
{
color: #2FA74F;
}
.AnyTagClassName
{
color: #2FA74F;
}
</style>
background-color css
<style>
a { background-color: #2FA74F; }
a { background-color: rgb(47,167,79); }
div.DivClassName
{
background-color: #2FA74F;
}
.BgClassName
{
background-color: #2FA74F;
}
</style>
border-color css
<style>
span { border-color: #2FA74F; }
span { border-color: rgb(47,167,79); }
td.TdClassName
{
border-color: #2FA74F;
}
.TagClassName
{
border-color: #2FA74F;
}
</style>