Shades of Chateau Green #2FAC4E
Tints of Chateau Green #2FAC4E
RGB
CMYK
RGB Variations
Color information
#2FAC4E (or 0x2FAC4E) is known color: Chateau Green. HEX triplet: 2F, AC and 4E. RGB value is (47,172,78). Sum of RGB (Red+Green+Blue) = 47+172+78=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC4E is #D053B1. Grayscale: #7C7C7C. Windows color (decimal): -13652914 or 5155887. OLE color: 5155887.
HSL color Cylindrical-coordinate representation of color #2FAC4E: hue angle of 134.88º 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 #2FAC4E is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 78 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.33 |
| HSL | 134.88º | 0.57% | 0.43% | - |
| HSV(B) | 134.88º | 0.73% | 0.67% | - |
| XYZ | 17.3 | 30.66 | 12.21 | - |
| YUV | 123.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 78 | 0.73 | 0 | 0.55 | 0.33 | 134.88 | 0.57 | 0.43 |
| Hex | 2F | AC | 4E | 49 | 0 | 37 | 21 | 87 | 39 | 2B |
| Octal | 57 | 254 | 116 | 111 | 0 | 67 | 41 | 207 | 71 | 53 |
| Binary | 101111 | 10101100 | 1001110 | 1001001 | 0 | 110111 | 100001 | 10000111 | 111001 | 101011 |
Color Harmonies of #2FAC4E
Complementary color
Monochromatic Colors of #2FAC4E
Black with #2FAC4E
Text Example
Text Example
White with #2FAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC4E; }
p { color: rgb(47,172,78); }
H1.HeaderClassName
{
color: #2FAC4E;
}
.AnyTagClassName
{
color: #2FAC4E;
}
</style>
background-color css
<style>
a { background-color: #2FAC4E; }
a { background-color: rgb(47,172,78); }
div.DivClassName
{
background-color: #2FAC4E;
}
.BgClassName
{
background-color: #2FAC4E;
}
</style>
border-color css
<style>
span { border-color: #2FAC4E; }
span { border-color: rgb(47,172,78); }
td.TdClassName
{
border-color: #2FAC4E;
}
.TagClassName
{
border-color: #2FAC4E;
}
</style>