Shades of Chateau Green #2EB449
Tints of Chateau Green #2EB449
RGB
CMYK
RGB Variations
Color information
#2EB449 (or 0x2EB449) is known color: Chateau Green. HEX triplet: 2E, B4 and 49. RGB value is (46,180,73). Sum of RGB (Red+Green+Blue) = 46+180+73=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB449 is #D14BB6. Grayscale: #808080. Windows color (decimal): -13716407 or 4830254. OLE color: 4830254.
HSL color Cylindrical-coordinate representation of color #2EB449: hue angle of 132.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB449 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 73 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.29 |
| HSL | 132.09º | 0.59% | 0.44% | - |
| HSV(B) | 132.09º | 0.74% | 0.71% | - |
| XYZ | 18.65 | 33.7 | 11.83 | - |
| YUV | 127.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 73 | 0.74 | 0 | 0.59 | 0.29 | 132.09 | 0.59 | 0.44 |
| Hex | 2E | B4 | 49 | 4A | 0 | 3B | 1D | 84 | 3B | 2C |
| Octal | 56 | 264 | 111 | 112 | 0 | 73 | 35 | 204 | 73 | 54 |
| Binary | 101110 | 10110100 | 1001001 | 1001010 | 0 | 111011 | 11101 | 10000100 | 111011 | 101100 |
Color Harmonies of #2EB449
Complementary color
Monochromatic Colors of #2EB449
Black with #2EB449
Text Example
Text Example
White with #2EB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB449; }
p { color: rgb(46,180,73); }
H1.HeaderClassName
{
color: #2EB449;
}
.AnyTagClassName
{
color: #2EB449;
}
</style>
background-color css
<style>
a { background-color: #2EB449; }
a { background-color: rgb(46,180,73); }
div.DivClassName
{
background-color: #2EB449;
}
.BgClassName
{
background-color: #2EB449;
}
</style>
border-color css
<style>
span { border-color: #2EB449; }
span { border-color: rgb(46,180,73); }
td.TdClassName
{
border-color: #2EB449;
}
.TagClassName
{
border-color: #2EB449;
}
</style>