Shades of Chateau Green #2EAF4E
Tints of Chateau Green #2EAF4E
RGB
CMYK
RGB Variations
Color information
#2EAF4E (or 0x2EAF4E) is known color: Chateau Green. HEX triplet: 2E, AF and 4E. RGB value is (46,175,78). Sum of RGB (Red+Green+Blue) = 46+175+78=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF4E is #D150B1. Grayscale: #7D7D7D. Windows color (decimal): -13717682 or 5156654. OLE color: 5156654.
HSL color Cylindrical-coordinate representation of color #2EAF4E: hue angle of 134.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF4E is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 78 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.31 |
| HSL | 134.88º | 0.58% | 0.43% | - |
| HSV(B) | 134.88º | 0.74% | 0.69% | - |
| XYZ | 17.83 | 31.79 | 12.4 | - |
| YUV | 125.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 78 | 0.74 | 0 | 0.55 | 0.31 | 134.88 | 0.58 | 0.43 |
| Hex | 2E | AF | 4E | 4A | 0 | 37 | 1F | 87 | 3A | 2B |
| Octal | 56 | 257 | 116 | 112 | 0 | 67 | 37 | 207 | 72 | 53 |
| Binary | 101110 | 10101111 | 1001110 | 1001010 | 0 | 110111 | 11111 | 10000111 | 111010 | 101011 |
Color Harmonies of #2EAF4E
Complementary color
Monochromatic Colors of #2EAF4E
Black with #2EAF4E
Text Example
Text Example
White with #2EAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF4E; }
p { color: rgb(46,175,78); }
H1.HeaderClassName
{
color: #2EAF4E;
}
.AnyTagClassName
{
color: #2EAF4E;
}
</style>
background-color css
<style>
a { background-color: #2EAF4E; }
a { background-color: rgb(46,175,78); }
div.DivClassName
{
background-color: #2EAF4E;
}
.BgClassName
{
background-color: #2EAF4E;
}
</style>
border-color css
<style>
span { border-color: #2EAF4E; }
span { border-color: rgb(46,175,78); }
td.TdClassName
{
border-color: #2EAF4E;
}
.TagClassName
{
border-color: #2EAF4E;
}
</style>