Shades of Chateau Green #2FA84E
Tints of Chateau Green #2FA84E
RGB
CMYK
RGB Variations
Color information
#2FA84E (or 0x2FA84E) is known color: Chateau Green. HEX triplet: 2F, A8 and 4E. RGB value is (47,168,78). Sum of RGB (Red+Green+Blue) = 47+168+78=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA84E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA84E is #D057B1. Grayscale: #797979. Windows color (decimal): -13653938 or 5154863. OLE color: 5154863.
HSL color Cylindrical-coordinate representation of color #2FA84E: hue angle of 135.37º 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 #2FA84E is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 78 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.34 |
| HSL | 135.37º | 0.56% | 0.42% | - |
| HSV(B) | 135.37º | 0.72% | 0.66% | - |
| XYZ | 16.55 | 29.16 | 11.96 | - |
| YUV | 121.56 | 103.41 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 78 | 0.72 | 0 | 0.54 | 0.34 | 135.37 | 0.56 | 0.42 |
| Hex | 2F | A8 | 4E | 48 | 0 | 36 | 22 | 87 | 38 | 2A |
| Octal | 57 | 250 | 116 | 110 | 0 | 66 | 42 | 207 | 70 | 52 |
| Binary | 101111 | 10101000 | 1001110 | 1001000 | 0 | 110110 | 100010 | 10000111 | 111000 | 101010 |
Color Harmonies of #2FA84E
Complementary color
Monochromatic Colors of #2FA84E
Black with #2FA84E
Text Example
Text Example
White with #2FA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA84E; }
p { color: rgb(47,168,78); }
H1.HeaderClassName
{
color: #2FA84E;
}
.AnyTagClassName
{
color: #2FA84E;
}
</style>
background-color css
<style>
a { background-color: #2FA84E; }
a { background-color: rgb(47,168,78); }
div.DivClassName
{
background-color: #2FA84E;
}
.BgClassName
{
background-color: #2FA84E;
}
</style>
border-color css
<style>
span { border-color: #2FA84E; }
span { border-color: rgb(47,168,78); }
td.TdClassName
{
border-color: #2FA84E;
}
.TagClassName
{
border-color: #2FA84E;
}
</style>