Shades of Chateau Green #2EB245
Tints of Chateau Green #2EB245
RGB
CMYK
RGB Variations
Color information
#2EB245 (or 0x2EB245) is known color: Chateau Green. HEX triplet: 2E, B2 and 45. RGB value is (46,178,69). Sum of RGB (Red+Green+Blue) = 46+178+69=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB245 is #D14DBA. Grayscale: #7E7E7E. Windows color (decimal): -13716923 or 4567598. OLE color: 4567598.
HSL color Cylindrical-coordinate representation of color #2EB245: hue angle of 130.45º 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 #2EB245 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 69 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.30 |
| HSL | 130.45º | 0.59% | 0.44% | - |
| HSV(B) | 130.45º | 0.74% | 0.7% | - |
| XYZ | 18.12 | 32.85 | 11.02 | - |
| YUV | 126.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 69 | 0.74 | 0 | 0.61 | 0.30 | 130.45 | 0.59 | 0.44 |
| Hex | 2E | B2 | 45 | 4A | 0 | 3D | 1E | 82 | 3B | 2C |
| Octal | 56 | 262 | 105 | 112 | 0 | 75 | 36 | 202 | 73 | 54 |
| Binary | 101110 | 10110010 | 1000101 | 1001010 | 0 | 111101 | 11110 | 10000010 | 111011 | 101100 |
Color Harmonies of #2EB245
Complementary color
Monochromatic Colors of #2EB245
Black with #2EB245
Text Example
Text Example
White with #2EB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB245; }
p { color: rgb(46,178,69); }
H1.HeaderClassName
{
color: #2EB245;
}
.AnyTagClassName
{
color: #2EB245;
}
</style>
background-color css
<style>
a { background-color: #2EB245; }
a { background-color: rgb(46,178,69); }
div.DivClassName
{
background-color: #2EB245;
}
.BgClassName
{
background-color: #2EB245;
}
</style>
border-color css
<style>
span { border-color: #2EB245; }
span { border-color: rgb(46,178,69); }
td.TdClassName
{
border-color: #2EB245;
}
.TagClassName
{
border-color: #2EB245;
}
</style>