Shades of Chateau Green #2E9D4E
Tints of Chateau Green #2E9D4E
RGB
CMYK
RGB Variations
Color information
#2E9D4E (or 0x2E9D4E) is known color: Chateau Green. HEX triplet: 2E, 9D and 4E. RGB value is (46,157,78). Sum of RGB (Red+Green+Blue) = 46+157+78=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9D4E is #D162B1. Grayscale: #737373. Windows color (decimal): -13722290 or 5152046. OLE color: 5152046.
HSL color Cylindrical-coordinate representation of color #2E9D4E: hue angle of 137.3º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9D4E is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 157 | 78 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.38 |
| HSL | 137.3º | 0.55% | 0.4% | - |
| HSV(B) | 137.3º | 0.71% | 0.62% | - |
| XYZ | 14.56 | 25.24 | 11.31 | - |
| YUV | 114.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 157 | 78 | 0.71 | 0 | 0.50 | 0.38 | 137.3 | 0.55 | 0.4 |
| Hex | 2E | 9D | 4E | 47 | 0 | 32 | 26 | 89 | 37 | 28 |
| Octal | 56 | 235 | 116 | 107 | 0 | 62 | 46 | 211 | 67 | 50 |
| Binary | 101110 | 10011101 | 1001110 | 1000111 | 0 | 110010 | 100110 | 10001001 | 110111 | 101000 |
Color Harmonies of #2E9D4E
Complementary color
Monochromatic Colors of #2E9D4E
Black with #2E9D4E
Text Example
Text Example
White with #2E9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9D4E; }
p { color: rgb(46,157,78); }
H1.HeaderClassName
{
color: #2E9D4E;
}
.AnyTagClassName
{
color: #2E9D4E;
}
</style>
background-color css
<style>
a { background-color: #2E9D4E; }
a { background-color: rgb(46,157,78); }
div.DivClassName
{
background-color: #2E9D4E;
}
.BgClassName
{
background-color: #2E9D4E;
}
</style>
border-color css
<style>
span { border-color: #2E9D4E; }
span { border-color: rgb(46,157,78); }
td.TdClassName
{
border-color: #2E9D4E;
}
.TagClassName
{
border-color: #2E9D4E;
}
</style>