Shades of Chateau Green #2EB74A
Tints of Chateau Green #2EB74A
RGB
CMYK
RGB Variations
Color information
#2EB74A (or 0x2EB74A) is known color: Chateau Green. HEX triplet: 2E, B7 and 4A. RGB value is (46,183,74). Sum of RGB (Red+Green+Blue) = 46+183+74=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB74A is #D148B5. Grayscale: #818181. Windows color (decimal): -13715638 or 4896558. OLE color: 4896558.
HSL color Cylindrical-coordinate representation of color #2EB74A: hue angle of 132.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB74A is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 74 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.28 |
| HSL | 132.26º | 0.6% | 0.45% | - |
| HSV(B) | 132.26º | 0.75% | 0.72% | - |
| XYZ | 19.3 | 34.94 | 12.21 | - |
| YUV | 129.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 74 | 0.75 | 0 | 0.60 | 0.28 | 132.26 | 0.6 | 0.45 |
| Hex | 2E | B7 | 4A | 4B | 0 | 3C | 1C | 84 | 3C | 2D |
| Octal | 56 | 267 | 112 | 113 | 0 | 74 | 34 | 204 | 74 | 55 |
| Binary | 101110 | 10110111 | 1001010 | 1001011 | 0 | 111100 | 11100 | 10000100 | 111100 | 101101 |
Color Harmonies of #2EB74A
Complementary color
Monochromatic Colors of #2EB74A
Black with #2EB74A
Text Example
Text Example
White with #2EB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB74A; }
p { color: rgb(46,183,74); }
H1.HeaderClassName
{
color: #2EB74A;
}
.AnyTagClassName
{
color: #2EB74A;
}
</style>
background-color css
<style>
a { background-color: #2EB74A; }
a { background-color: rgb(46,183,74); }
div.DivClassName
{
background-color: #2EB74A;
}
.BgClassName
{
background-color: #2EB74A;
}
</style>
border-color css
<style>
span { border-color: #2EB74A; }
span { border-color: rgb(46,183,74); }
td.TdClassName
{
border-color: #2EB74A;
}
.TagClassName
{
border-color: #2EB74A;
}
</style>