Shades of Chateau Green #2EAF4A
Tints of Chateau Green #2EAF4A
RGB
CMYK
RGB Variations
Color information
#2EAF4A (or 0x2EAF4A) is known color: Chateau Green. HEX triplet: 2E, AF and 4A. RGB value is (46,175,74). Sum of RGB (Red+Green+Blue) = 46+175+74=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF4A is #D150B5. Grayscale: #7D7D7D. Windows color (decimal): -13717686 or 4894510. OLE color: 4894510.
HSL color Cylindrical-coordinate representation of color #2EAF4A: hue angle of 133.02º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF4A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 74 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.31 |
| HSL | 133.02º | 0.58% | 0.43% | - |
| HSV(B) | 133.02º | 0.74% | 0.69% | - |
| XYZ | 17.69 | 31.74 | 11.67 | - |
| YUV | 124.92 | 99.26 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 74 | 0.74 | 0 | 0.58 | 0.31 | 133.02 | 0.58 | 0.43 |
| Hex | 2E | AF | 4A | 4A | 0 | 3A | 1F | 85 | 3A | 2B |
| Octal | 56 | 257 | 112 | 112 | 0 | 72 | 37 | 205 | 72 | 53 |
| Binary | 101110 | 10101111 | 1001010 | 1001010 | 0 | 111010 | 11111 | 10000101 | 111010 | 101011 |
Color Harmonies of #2EAF4A
Complementary color
Monochromatic Colors of #2EAF4A
Black with #2EAF4A
Text Example
Text Example
White with #2EAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF4A; }
p { color: rgb(46,175,74); }
H1.HeaderClassName
{
color: #2EAF4A;
}
.AnyTagClassName
{
color: #2EAF4A;
}
</style>
background-color css
<style>
a { background-color: #2EAF4A; }
a { background-color: rgb(46,175,74); }
div.DivClassName
{
background-color: #2EAF4A;
}
.BgClassName
{
background-color: #2EAF4A;
}
</style>
border-color css
<style>
span { border-color: #2EAF4A; }
span { border-color: rgb(46,175,74); }
td.TdClassName
{
border-color: #2EAF4A;
}
.TagClassName
{
border-color: #2EAF4A;
}
</style>