Shades of Chateau Green #2EB34D
Tints of Chateau Green #2EB34D
RGB
CMYK
RGB Variations
Color information
#2EB34D (or 0x2EB34D) is known color: Chateau Green. HEX triplet: 2E, B3 and 4D. RGB value is (46,179,77). Sum of RGB (Red+Green+Blue) = 46+179+77=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB34D is #D14CB2. Grayscale: #7F7F7F. Windows color (decimal): -13716659 or 5092142. OLE color: 5092142.
HSL color Cylindrical-coordinate representation of color #2EB34D: hue angle of 133.98º 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 #2EB34D is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 77 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.30 |
| HSL | 133.99º | 0.59% | 0.44% | - |
| HSV(B) | 133.99º | 0.74% | 0.7% | - |
| XYZ | 18.59 | 33.36 | 12.48 | - |
| YUV | 127.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 77 | 0.74 | 0 | 0.57 | 0.30 | 133.99 | 0.59 | 0.44 |
| Hex | 2E | B3 | 4D | 4A | 0 | 39 | 1E | 86 | 3B | 2C |
| Octal | 56 | 263 | 115 | 112 | 0 | 71 | 36 | 206 | 73 | 54 |
| Binary | 101110 | 10110011 | 1001101 | 1001010 | 0 | 111001 | 11110 | 10000110 | 111011 | 101100 |
Color Harmonies of #2EB34D
Complementary color
Monochromatic Colors of #2EB34D
Black with #2EB34D
Text Example
Text Example
White with #2EB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB34D; }
p { color: rgb(46,179,77); }
H1.HeaderClassName
{
color: #2EB34D;
}
.AnyTagClassName
{
color: #2EB34D;
}
</style>
background-color css
<style>
a { background-color: #2EB34D; }
a { background-color: rgb(46,179,77); }
div.DivClassName
{
background-color: #2EB34D;
}
.BgClassName
{
background-color: #2EB34D;
}
</style>
border-color css
<style>
span { border-color: #2EB34D; }
span { border-color: rgb(46,179,77); }
td.TdClassName
{
border-color: #2EB34D;
}
.TagClassName
{
border-color: #2EB34D;
}
</style>