Shades of Chateau Green #2F9E4E
Tints of Chateau Green #2F9E4E
RGB
CMYK
RGB Variations
Color information
#2F9E4E (or 0x2F9E4E) is known color: Chateau Green. HEX triplet: 2F, 9E and 4E. RGB value is (47,158,78). Sum of RGB (Red+Green+Blue) = 47+158+78=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E4E is #D061B1. Grayscale: #737373. Windows color (decimal): -13656498 or 5152303. OLE color: 5152303.
HSL color Cylindrical-coordinate representation of color #2F9E4E: hue angle of 136.76º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E4E is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 158 | 78 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.38 |
| HSL | 136.76º | 0.54% | 0.4% | - |
| HSV(B) | 136.76º | 0.7% | 0.62% | - |
| XYZ | 14.77 | 25.61 | 11.37 | - |
| YUV | 115.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 78 | 0.70 | 0 | 0.51 | 0.38 | 136.76 | 0.54 | 0.4 |
| Hex | 2F | 9E | 4E | 46 | 0 | 33 | 26 | 89 | 36 | 28 |
| Octal | 57 | 236 | 116 | 106 | 0 | 63 | 46 | 211 | 66 | 50 |
| Binary | 101111 | 10011110 | 1001110 | 1000110 | 0 | 110011 | 100110 | 10001001 | 110110 | 101000 |
Color Harmonies of #2F9E4E
Complementary color
Monochromatic Colors of #2F9E4E
Black with #2F9E4E
Text Example
Text Example
White with #2F9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9E4E; }
p { color: rgb(47,158,78); }
H1.HeaderClassName
{
color: #2F9E4E;
}
.AnyTagClassName
{
color: #2F9E4E;
}
</style>
background-color css
<style>
a { background-color: #2F9E4E; }
a { background-color: rgb(47,158,78); }
div.DivClassName
{
background-color: #2F9E4E;
}
.BgClassName
{
background-color: #2F9E4E;
}
</style>
border-color css
<style>
span { border-color: #2F9E4E; }
span { border-color: rgb(47,158,78); }
td.TdClassName
{
border-color: #2F9E4E;
}
.TagClassName
{
border-color: #2F9E4E;
}
</style>