Shades of Chateau Green #2EAF49
Tints of Chateau Green #2EAF49
RGB
CMYK
RGB Variations
Color information
#2EAF49 (or 0x2EAF49) is known color: Chateau Green. HEX triplet: 2E, AF and 49. RGB value is (46,175,73). Sum of RGB (Red+Green+Blue) = 46+175+73=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF49 is #D150B6. Grayscale: #7D7D7D. Windows color (decimal): -13717687 or 4828974. OLE color: 4828974.
HSL color Cylindrical-coordinate representation of color #2EAF49: hue angle of 132.56º 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 #2EAF49 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 73 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.31 |
| HSL | 132.56º | 0.58% | 0.43% | - |
| HSV(B) | 132.56º | 0.74% | 0.69% | - |
| XYZ | 17.66 | 31.72 | 11.5 | - |
| YUV | 124.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 73 | 0.74 | 0 | 0.58 | 0.31 | 132.56 | 0.58 | 0.43 |
| Hex | 2E | AF | 49 | 4A | 0 | 3A | 1F | 85 | 3A | 2B |
| Octal | 56 | 257 | 111 | 112 | 0 | 72 | 37 | 205 | 72 | 53 |
| Binary | 101110 | 10101111 | 1001001 | 1001010 | 0 | 111010 | 11111 | 10000101 | 111010 | 101011 |
Color Harmonies of #2EAF49
Complementary color
Monochromatic Colors of #2EAF49
Black with #2EAF49
Text Example
Text Example
White with #2EAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF49; }
p { color: rgb(46,175,73); }
H1.HeaderClassName
{
color: #2EAF49;
}
.AnyTagClassName
{
color: #2EAF49;
}
</style>
background-color css
<style>
a { background-color: #2EAF49; }
a { background-color: rgb(46,175,73); }
div.DivClassName
{
background-color: #2EAF49;
}
.BgClassName
{
background-color: #2EAF49;
}
</style>
border-color css
<style>
span { border-color: #2EAF49; }
span { border-color: rgb(46,175,73); }
td.TdClassName
{
border-color: #2EAF49;
}
.TagClassName
{
border-color: #2EAF49;
}
</style>