Shades of Chateau Green #2EB04D
Tints of Chateau Green #2EB04D
RGB
CMYK
RGB Variations
Color information
#2EB04D (or 0x2EB04D) is known color: Chateau Green. HEX triplet: 2E, B0 and 4D. RGB value is (46,176,77). Sum of RGB (Red+Green+Blue) = 46+176+77=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB04D is #D14FB2. Grayscale: #7E7E7E. Windows color (decimal): -13717427 or 5091374. OLE color: 5091374.
HSL color Cylindrical-coordinate representation of color #2EB04D: hue angle of 134.31º 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 #2EB04D is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
RGB | 46 | 176 | 77 | - |
CMYK | 0.74 | 0 | 0.56 | 0.31 |
HSL | 134.31º | 0.59% | 0.44% | - |
HSV(B) | 134.31º | 0.74% | 0.69% | - |
XYZ | 17.99 | 32.17 | 12.28 | - |
YUV | 125.84 | 100.43 | 71.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 176 | 77 | 0.74 | 0 | 0.56 | 0.31 | 134.31 | 0.59 | 0.44 |
Hex | 2E | B0 | 4D | 4A | 0 | 38 | 1F | 86 | 3B | 2C |
Octal | 56 | 260 | 115 | 112 | 0 | 70 | 37 | 206 | 73 | 54 |
Binary | 101110 | 10110000 | 1001101 | 1001010 | 0 | 111000 | 11111 | 10000110 | 111011 | 101100 |
Color Harmonies of #2EB04D
Complementary color
Monochromatic Colors of #2EB04D
Black with #2EB04D
Text Example
Text Example
White with #2EB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB04D; }
p { color: rgb(46,176,77); }
H1.HeaderClassName
{
color: #2EB04D;
}
.AnyTagClassName
{
color: #2EB04D;
}
</style>
background-color css
<style>
a { background-color: #2EB04D; }
a { background-color: rgb(46,176,77); }
div.DivClassName
{
background-color: #2EB04D;
}
.BgClassName
{
background-color: #2EB04D;
}
</style>
border-color css
<style>
span { border-color: #2EB04D; }
span { border-color: rgb(46,176,77); }
td.TdClassName
{
border-color: #2EB04D;
}
.TagClassName
{
border-color: #2EB04D;
}
</style>