Shades of Chateau Green #2FAA4E
Tints of Chateau Green #2FAA4E
RGB
CMYK
RGB Variations
Color information
#2FAA4E (or 0x2FAA4E) is known color: Chateau Green. HEX triplet: 2F, AA and 4E. RGB value is (47,170,78). Sum of RGB (Red+Green+Blue) = 47+170+78=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA4E is #D055B1. Grayscale: #7A7A7A. Windows color (decimal): -13653426 or 5155375. OLE color: 5155375.
HSL color Cylindrical-coordinate representation of color #2FAA4E: hue angle of 135.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA4E is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 78 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.33 |
| HSL | 135.12º | 0.57% | 0.43% | - |
| HSV(B) | 135.12º | 0.72% | 0.67% | - |
| XYZ | 16.92 | 29.9 | 12.09 | - |
| YUV | 122.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 78 | 0.72 | 0 | 0.54 | 0.33 | 135.12 | 0.57 | 0.43 |
| Hex | 2F | AA | 4E | 48 | 0 | 36 | 21 | 87 | 39 | 2B |
| Octal | 57 | 252 | 116 | 110 | 0 | 66 | 41 | 207 | 71 | 53 |
| Binary | 101111 | 10101010 | 1001110 | 1001000 | 0 | 110110 | 100001 | 10000111 | 111001 | 101011 |
Color Harmonies of #2FAA4E
Complementary color
Monochromatic Colors of #2FAA4E
Black with #2FAA4E
Text Example
Text Example
White with #2FAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA4E; }
p { color: rgb(47,170,78); }
H1.HeaderClassName
{
color: #2FAA4E;
}
.AnyTagClassName
{
color: #2FAA4E;
}
</style>
background-color css
<style>
a { background-color: #2FAA4E; }
a { background-color: rgb(47,170,78); }
div.DivClassName
{
background-color: #2FAA4E;
}
.BgClassName
{
background-color: #2FAA4E;
}
</style>
border-color css
<style>
span { border-color: #2FAA4E; }
span { border-color: rgb(47,170,78); }
td.TdClassName
{
border-color: #2FAA4E;
}
.TagClassName
{
border-color: #2FAA4E;
}
</style>