Shades of Chateau Green #2FAB4D
Tints of Chateau Green #2FAB4D
RGB
CMYK
RGB Variations
Color information
#2FAB4D (or 0x2FAB4D) is known color: Chateau Green. HEX triplet: 2F, AB and 4D. RGB value is (47,171,77). Sum of RGB (Red+Green+Blue) = 47+171+77=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB4D is #D054B2. Grayscale: #7B7B7B. Windows color (decimal): -13653171 or 5090095. OLE color: 5090095.
HSL color Cylindrical-coordinate representation of color #2FAB4D: hue angle of 134.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB4D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 77 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.33 |
| HSL | 134.52º | 0.57% | 0.43% | - |
| HSV(B) | 134.52º | 0.73% | 0.67% | - |
| XYZ | 17.07 | 30.27 | 11.96 | - |
| YUV | 123.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 77 | 0.73 | 0 | 0.55 | 0.33 | 134.52 | 0.57 | 0.43 |
| Hex | 2F | AB | 4D | 49 | 0 | 37 | 21 | 87 | 39 | 2B |
| Octal | 57 | 253 | 115 | 111 | 0 | 67 | 41 | 207 | 71 | 53 |
| Binary | 101111 | 10101011 | 1001101 | 1001001 | 0 | 110111 | 100001 | 10000111 | 111001 | 101011 |
Color Harmonies of #2FAB4D
Complementary color
Monochromatic Colors of #2FAB4D
Black with #2FAB4D
Text Example
Text Example
White with #2FAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB4D; }
p { color: rgb(47,171,77); }
H1.HeaderClassName
{
color: #2FAB4D;
}
.AnyTagClassName
{
color: #2FAB4D;
}
</style>
background-color css
<style>
a { background-color: #2FAB4D; }
a { background-color: rgb(47,171,77); }
div.DivClassName
{
background-color: #2FAB4D;
}
.BgClassName
{
background-color: #2FAB4D;
}
</style>
border-color css
<style>
span { border-color: #2FAB4D; }
span { border-color: rgb(47,171,77); }
td.TdClassName
{
border-color: #2FAB4D;
}
.TagClassName
{
border-color: #2FAB4D;
}
</style>