Shades of Chateau Green #2EB54A
Tints of Chateau Green #2EB54A
RGB
CMYK
RGB Variations
Color information
#2EB54A (or 0x2EB54A) is known color: Chateau Green. HEX triplet: 2E, B5 and 4A. RGB value is (46,181,74). Sum of RGB (Red+Green+Blue) = 46+181+74=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB54A is #D14AB5. Grayscale: #808080. Windows color (decimal): -13716150 or 4896046. OLE color: 4896046.
HSL color Cylindrical-coordinate representation of color #2EB54A: hue angle of 132.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB54A is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 74 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.29 |
| HSL | 132.44º | 0.59% | 0.45% | - |
| HSV(B) | 132.44º | 0.75% | 0.71% | - |
| XYZ | 18.89 | 34.12 | 12.07 | - |
| YUV | 128.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 74 | 0.75 | 0 | 0.59 | 0.29 | 132.44 | 0.59 | 0.45 |
| Hex | 2E | B5 | 4A | 4B | 0 | 3B | 1D | 84 | 3B | 2D |
| Octal | 56 | 265 | 112 | 113 | 0 | 73 | 35 | 204 | 73 | 55 |
| Binary | 101110 | 10110101 | 1001010 | 1001011 | 0 | 111011 | 11101 | 10000100 | 111011 | 101101 |
Color Harmonies of #2EB54A
Complementary color
Monochromatic Colors of #2EB54A
Black with #2EB54A
Text Example
Text Example
White with #2EB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB54A; }
p { color: rgb(46,181,74); }
H1.HeaderClassName
{
color: #2EB54A;
}
.AnyTagClassName
{
color: #2EB54A;
}
</style>
background-color css
<style>
a { background-color: #2EB54A; }
a { background-color: rgb(46,181,74); }
div.DivClassName
{
background-color: #2EB54A;
}
.BgClassName
{
background-color: #2EB54A;
}
</style>
border-color css
<style>
span { border-color: #2EB54A; }
span { border-color: rgb(46,181,74); }
td.TdClassName
{
border-color: #2EB54A;
}
.TagClassName
{
border-color: #2EB54A;
}
</style>