Shades of Chateau Green #2C9E4E
Tints of Chateau Green #2C9E4E
RGB
CMYK
RGB Variations
Color information
#2C9E4E (or 0x2C9E4E) is known color: Chateau Green. HEX triplet: 2C, 9E and 4E. RGB value is (44,158,78). Sum of RGB (Red+Green+Blue) = 44+158+78=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E4E is #D361B1. Grayscale: #737373. Windows color (decimal): -13853106 or 5152300. OLE color: 5152300.
HSL color Cylindrical-coordinate representation of color #2C9E4E: hue angle of 137.89º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E4E is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 158 | 78 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.38 |
| HSL | 137.89º | 0.56% | 0.4% | - |
| HSV(B) | 137.89º | 0.72% | 0.62% | - |
| XYZ | 14.64 | 25.54 | 11.37 | - |
| YUV | 114.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 78 | 0.72 | 0 | 0.51 | 0.38 | 137.89 | 0.56 | 0.4 |
| Hex | 2C | 9E | 4E | 48 | 0 | 33 | 26 | 8A | 38 | 28 |
| Octal | 54 | 236 | 116 | 110 | 0 | 63 | 46 | 212 | 70 | 50 |
| Binary | 101100 | 10011110 | 1001110 | 1001000 | 0 | 110011 | 100110 | 10001010 | 111000 | 101000 |
Color Harmonies of #2C9E4E
Complementary color
Monochromatic Colors of #2C9E4E
Black with #2C9E4E
Text Example
Text Example
White with #2C9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9E4E; }
p { color: rgb(44,158,78); }
H1.HeaderClassName
{
color: #2C9E4E;
}
.AnyTagClassName
{
color: #2C9E4E;
}
</style>
background-color css
<style>
a { background-color: #2C9E4E; }
a { background-color: rgb(44,158,78); }
div.DivClassName
{
background-color: #2C9E4E;
}
.BgClassName
{
background-color: #2C9E4E;
}
</style>
border-color css
<style>
span { border-color: #2C9E4E; }
span { border-color: rgb(44,158,78); }
td.TdClassName
{
border-color: #2C9E4E;
}
.TagClassName
{
border-color: #2C9E4E;
}
</style>