Shades of Chateau Green #2FA84D
Tints of Chateau Green #2FA84D
RGB
CMYK
RGB Variations
Color information
#2FA84D (or 0x2FA84D) is known color: Chateau Green. HEX triplet: 2F, A8 and 4D. RGB value is (47,168,77). Sum of RGB (Red+Green+Blue) = 47+168+77=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA84D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA84D is #D057B2. Grayscale: #797979. Windows color (decimal): -13653939 or 5089327. OLE color: 5089327.
HSL color Cylindrical-coordinate representation of color #2FA84D: hue angle of 134.88º 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 #2FA84D is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 77 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.34 |
| HSL | 134.88º | 0.56% | 0.42% | - |
| HSV(B) | 134.88º | 0.72% | 0.66% | - |
| XYZ | 16.51 | 29.15 | 11.78 | - |
| YUV | 121.45 | 102.91 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 77 | 0.72 | 0 | 0.54 | 0.34 | 134.88 | 0.56 | 0.42 |
| Hex | 2F | A8 | 4D | 48 | 0 | 36 | 22 | 87 | 38 | 2A |
| Octal | 57 | 250 | 115 | 110 | 0 | 66 | 42 | 207 | 70 | 52 |
| Binary | 101111 | 10101000 | 1001101 | 1001000 | 0 | 110110 | 100010 | 10000111 | 111000 | 101010 |
Color Harmonies of #2FA84D
Complementary color
Monochromatic Colors of #2FA84D
Black with #2FA84D
Text Example
Text Example
White with #2FA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA84D; }
p { color: rgb(47,168,77); }
H1.HeaderClassName
{
color: #2FA84D;
}
.AnyTagClassName
{
color: #2FA84D;
}
</style>
background-color css
<style>
a { background-color: #2FA84D; }
a { background-color: rgb(47,168,77); }
div.DivClassName
{
background-color: #2FA84D;
}
.BgClassName
{
background-color: #2FA84D;
}
</style>
border-color css
<style>
span { border-color: #2FA84D; }
span { border-color: rgb(47,168,77); }
td.TdClassName
{
border-color: #2FA84D;
}
.TagClassName
{
border-color: #2FA84D;
}
</style>