Shades of Chateau Green #2EB144
Tints of Chateau Green #2EB144
RGB
CMYK
RGB Variations
Color information
#2EB144 (or 0x2EB144) is known color: Chateau Green. HEX triplet: 2E, B1 and 44. RGB value is (46,177,68). Sum of RGB (Red+Green+Blue) = 46+177+68=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB144 is #D14EBB. Grayscale: #7D7D7D. Windows color (decimal): -13717180 or 4501806. OLE color: 4501806.
HSL color Cylindrical-coordinate representation of color #2EB144: hue angle of 130.08º 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 #2EB144 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 68 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.31 |
| HSL | 130.08º | 0.59% | 0.44% | - |
| HSV(B) | 130.08º | 0.74% | 0.69% | - |
| XYZ | 17.89 | 32.44 | 10.79 | - |
| YUV | 125.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 68 | 0.74 | 0 | 0.62 | 0.31 | 130.08 | 0.59 | 0.44 |
| Hex | 2E | B1 | 44 | 4A | 0 | 3E | 1F | 82 | 3B | 2C |
| Octal | 56 | 261 | 104 | 112 | 0 | 76 | 37 | 202 | 73 | 54 |
| Binary | 101110 | 10110001 | 1000100 | 1001010 | 0 | 111110 | 11111 | 10000010 | 111011 | 101100 |
Color Harmonies of #2EB144
Complementary color
Monochromatic Colors of #2EB144
Black with #2EB144
Text Example
Text Example
White with #2EB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB144; }
p { color: rgb(46,177,68); }
H1.HeaderClassName
{
color: #2EB144;
}
.AnyTagClassName
{
color: #2EB144;
}
</style>
background-color css
<style>
a { background-color: #2EB144; }
a { background-color: rgb(46,177,68); }
div.DivClassName
{
background-color: #2EB144;
}
.BgClassName
{
background-color: #2EB144;
}
</style>
border-color css
<style>
span { border-color: #2EB144; }
span { border-color: rgb(46,177,68); }
td.TdClassName
{
border-color: #2EB144;
}
.TagClassName
{
border-color: #2EB144;
}
</style>