Shades of Chateau Green #2FA94C
Tints of Chateau Green #2FA94C
RGB
CMYK
RGB Variations
Color information
#2FA94C (or 0x2FA94C) is known color: Chateau Green. HEX triplet: 2F, A9 and 4C. RGB value is (47,169,76). Sum of RGB (Red+Green+Blue) = 47+169+76=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA94C is #D056B3. Grayscale: #7A7A7A. Windows color (decimal): -13653684 or 5024047. OLE color: 5024047.
HSL color Cylindrical-coordinate representation of color #2FA94C: hue angle of 134.26º 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 #2FA94C is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 76 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.34 |
| HSL | 134.26º | 0.56% | 0.42% | - |
| HSV(B) | 134.26º | 0.72% | 0.66% | - |
| XYZ | 16.66 | 29.5 | 11.65 | - |
| YUV | 121.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 76 | 0.72 | 0 | 0.55 | 0.34 | 134.26 | 0.56 | 0.42 |
| Hex | 2F | A9 | 4C | 48 | 0 | 37 | 22 | 86 | 38 | 2A |
| Octal | 57 | 251 | 114 | 110 | 0 | 67 | 42 | 206 | 70 | 52 |
| Binary | 101111 | 10101001 | 1001100 | 1001000 | 0 | 110111 | 100010 | 10000110 | 111000 | 101010 |
Color Harmonies of #2FA94C
Complementary color
Monochromatic Colors of #2FA94C
Black with #2FA94C
Text Example
Text Example
White with #2FA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA94C; }
p { color: rgb(47,169,76); }
H1.HeaderClassName
{
color: #2FA94C;
}
.AnyTagClassName
{
color: #2FA94C;
}
</style>
background-color css
<style>
a { background-color: #2FA94C; }
a { background-color: rgb(47,169,76); }
div.DivClassName
{
background-color: #2FA94C;
}
.BgClassName
{
background-color: #2FA94C;
}
</style>
border-color css
<style>
span { border-color: #2FA94C; }
span { border-color: rgb(47,169,76); }
td.TdClassName
{
border-color: #2FA94C;
}
.TagClassName
{
border-color: #2FA94C;
}
</style>