Shades of Chateau Green #2EB04A
Tints of Chateau Green #2EB04A
RGB
CMYK
RGB Variations
Color information
#2EB04A (or 0x2EB04A) is known color: Chateau Green. HEX triplet: 2E, B0 and 4A. RGB value is (46,176,74). Sum of RGB (Red+Green+Blue) = 46+176+74=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB04A is #D14FB5. Grayscale: #7D7D7D. Windows color (decimal): -13717430 or 4894766. OLE color: 4894766.
HSL color Cylindrical-coordinate representation of color #2EB04A: hue angle of 132.92º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB04A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 74 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.31 |
| HSL | 132.92º | 0.59% | 0.44% | - |
| HSV(B) | 132.92º | 0.74% | 0.69% | - |
| XYZ | 17.89 | 32.13 | 11.74 | - |
| YUV | 125.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 74 | 0.74 | 0 | 0.58 | 0.31 | 132.92 | 0.59 | 0.44 |
| Hex | 2E | B0 | 4A | 4A | 0 | 3A | 1F | 85 | 3B | 2C |
| Octal | 56 | 260 | 112 | 112 | 0 | 72 | 37 | 205 | 73 | 54 |
| Binary | 101110 | 10110000 | 1001010 | 1001010 | 0 | 111010 | 11111 | 10000101 | 111011 | 101100 |
Color Harmonies of #2EB04A
Complementary color
Monochromatic Colors of #2EB04A
Black with #2EB04A
Text Example
Text Example
White with #2EB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB04A; }
p { color: rgb(46,176,74); }
H1.HeaderClassName
{
color: #2EB04A;
}
.AnyTagClassName
{
color: #2EB04A;
}
</style>
background-color css
<style>
a { background-color: #2EB04A; }
a { background-color: rgb(46,176,74); }
div.DivClassName
{
background-color: #2EB04A;
}
.BgClassName
{
background-color: #2EB04A;
}
</style>
border-color css
<style>
span { border-color: #2EB04A; }
span { border-color: rgb(46,176,74); }
td.TdClassName
{
border-color: #2EB04A;
}
.TagClassName
{
border-color: #2EB04A;
}
</style>