Shades of Chateau Green #2EB34A
Tints of Chateau Green #2EB34A
RGB
CMYK
RGB Variations
Color information
#2EB34A (or 0x2EB34A) is known color: Chateau Green. HEX triplet: 2E, B3 and 4A. RGB value is (46,179,74). Sum of RGB (Red+Green+Blue) = 46+179+74=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB34A is #D14CB5. Grayscale: #7F7F7F. Windows color (decimal): -13716662 or 4895534. OLE color: 4895534.
HSL color Cylindrical-coordinate representation of color #2EB34A: hue angle of 132.63º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB34A is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 74 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.30 |
| HSL | 132.63º | 0.59% | 0.44% | - |
| HSV(B) | 132.63º | 0.74% | 0.7% | - |
| XYZ | 18.48 | 33.32 | 11.93 | - |
| YUV | 127.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 74 | 0.74 | 0 | 0.59 | 0.30 | 132.63 | 0.59 | 0.44 |
| Hex | 2E | B3 | 4A | 4A | 0 | 3B | 1E | 85 | 3B | 2C |
| Octal | 56 | 263 | 112 | 112 | 0 | 73 | 36 | 205 | 73 | 54 |
| Binary | 101110 | 10110011 | 1001010 | 1001010 | 0 | 111011 | 11110 | 10000101 | 111011 | 101100 |
Color Harmonies of #2EB34A
Complementary color
Monochromatic Colors of #2EB34A
Black with #2EB34A
Text Example
Text Example
White with #2EB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB34A; }
p { color: rgb(46,179,74); }
H1.HeaderClassName
{
color: #2EB34A;
}
.AnyTagClassName
{
color: #2EB34A;
}
</style>
background-color css
<style>
a { background-color: #2EB34A; }
a { background-color: rgb(46,179,74); }
div.DivClassName
{
background-color: #2EB34A;
}
.BgClassName
{
background-color: #2EB34A;
}
</style>
border-color css
<style>
span { border-color: #2EB34A; }
span { border-color: rgb(46,179,74); }
td.TdClassName
{
border-color: #2EB34A;
}
.TagClassName
{
border-color: #2EB34A;
}
</style>