Shades of Chateau Green #2EAF5A
Tints of Chateau Green #2EAF5A
RGB
CMYK
RGB Variations
Color information
#2EAF5A (or 0x2EAF5A) is known color: Chateau Green. HEX triplet: 2E, AF and 5A. RGB value is (46,175,90). Sum of RGB (Red+Green+Blue) = 46+175+90=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF5A is #D150A5. Grayscale: #7E7E7E. Windows color (decimal): -13717670 or 5943086. OLE color: 5943086.
HSL color Cylindrical-coordinate representation of color #2EAF5A: hue angle of 140.47º 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 #2EAF5A is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 90 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.31 |
| HSL | 140.47º | 0.58% | 0.43% | - |
| HSV(B) | 140.47º | 0.74% | 0.69% | - |
| XYZ | 18.3 | 31.98 | 14.88 | - |
| YUV | 126.74 | 107.26 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 90 | 0.74 | 0 | 0.49 | 0.31 | 140.47 | 0.58 | 0.43 |
| Hex | 2E | AF | 5A | 4A | 0 | 31 | 1F | 8C | 3A | 2B |
| Octal | 56 | 257 | 132 | 112 | 0 | 61 | 37 | 214 | 72 | 53 |
| Binary | 101110 | 10101111 | 1011010 | 1001010 | 0 | 110001 | 11111 | 10001100 | 111010 | 101011 |
Color Harmonies of #2EAF5A
Complementary color
Monochromatic Colors of #2EAF5A
Black with #2EAF5A
Text Example
Text Example
White with #2EAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF5A; }
p { color: rgb(46,175,90); }
H1.HeaderClassName
{
color: #2EAF5A;
}
.AnyTagClassName
{
color: #2EAF5A;
}
</style>
background-color css
<style>
a { background-color: #2EAF5A; }
a { background-color: rgb(46,175,90); }
div.DivClassName
{
background-color: #2EAF5A;
}
.BgClassName
{
background-color: #2EAF5A;
}
</style>
border-color css
<style>
span { border-color: #2EAF5A; }
span { border-color: rgb(46,175,90); }
td.TdClassName
{
border-color: #2EAF5A;
}
.TagClassName
{
border-color: #2EAF5A;
}
</style>