Shades of Chateau Green #2EA13D
Tints of Chateau Green #2EA13D
RGB
CMYK
RGB Variations
Color information
#2EA13D (or 0x2EA13D) is known color: Chateau Green. HEX triplet: 2E, A1 and 3D. RGB value is (46,161,61). Sum of RGB (Red+Green+Blue) = 46+161+61=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA13D is #D15EC2. Grayscale: #737373. Windows color (decimal): -13721283 or 4038958. OLE color: 4038958.
HSL color Cylindrical-coordinate representation of color #2EA13D: hue angle of 127.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA13D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 61 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.37 |
| HSL | 127.83º | 0.56% | 0.41% | - |
| HSV(B) | 127.83º | 0.71% | 0.63% | - |
| XYZ | 14.71 | 26.41 | 8.74 | - |
| YUV | 115.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 61 | 0.71 | 0 | 0.62 | 0.37 | 127.83 | 0.56 | 0.41 |
| Hex | 2E | A1 | 3D | 47 | 0 | 3E | 25 | 80 | 38 | 29 |
| Octal | 56 | 241 | 75 | 107 | 0 | 76 | 45 | 200 | 70 | 51 |
| Binary | 101110 | 10100001 | 111101 | 1000111 | 0 | 111110 | 100101 | 10000000 | 111000 | 101001 |
Color Harmonies of #2EA13D
Complementary color
Monochromatic Colors of #2EA13D
Black with #2EA13D
Text Example
Text Example
White with #2EA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA13D; }
p { color: rgb(46,161,61); }
H1.HeaderClassName
{
color: #2EA13D;
}
.AnyTagClassName
{
color: #2EA13D;
}
</style>
background-color css
<style>
a { background-color: #2EA13D; }
a { background-color: rgb(46,161,61); }
div.DivClassName
{
background-color: #2EA13D;
}
.BgClassName
{
background-color: #2EA13D;
}
</style>
border-color css
<style>
span { border-color: #2EA13D; }
span { border-color: rgb(46,161,61); }
td.TdClassName
{
border-color: #2EA13D;
}
.TagClassName
{
border-color: #2EA13D;
}
</style>