Shades of Chateau Green #2EAF45
Tints of Chateau Green #2EAF45
RGB
CMYK
RGB Variations
Color information
#2EAF45 (or 0x2EAF45) is known color: Chateau Green. HEX triplet: 2E, AF and 45. RGB value is (46,175,69). Sum of RGB (Red+Green+Blue) = 46+175+69=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF45 is #D150BA. Grayscale: #7C7C7C. Windows color (decimal): -13717691 or 4566830. OLE color: 4566830.
HSL color Cylindrical-coordinate representation of color #2EAF45: hue angle of 130.7º 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 #2EAF45 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 69 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.31 |
| HSL | 130.7º | 0.58% | 0.43% | - |
| HSV(B) | 130.7º | 0.74% | 0.69% | - |
| XYZ | 17.53 | 31.67 | 10.82 | - |
| YUV | 124.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 69 | 0.74 | 0 | 0.61 | 0.31 | 130.7 | 0.58 | 0.43 |
| Hex | 2E | AF | 45 | 4A | 0 | 3D | 1F | 83 | 3A | 2B |
| Octal | 56 | 257 | 105 | 112 | 0 | 75 | 37 | 203 | 72 | 53 |
| Binary | 101110 | 10101111 | 1000101 | 1001010 | 0 | 111101 | 11111 | 10000011 | 111010 | 101011 |
Color Harmonies of #2EAF45
Complementary color
Monochromatic Colors of #2EAF45
Black with #2EAF45
Text Example
Text Example
White with #2EAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF45; }
p { color: rgb(46,175,69); }
H1.HeaderClassName
{
color: #2EAF45;
}
.AnyTagClassName
{
color: #2EAF45;
}
</style>
background-color css
<style>
a { background-color: #2EAF45; }
a { background-color: rgb(46,175,69); }
div.DivClassName
{
background-color: #2EAF45;
}
.BgClassName
{
background-color: #2EAF45;
}
</style>
border-color css
<style>
span { border-color: #2EAF45; }
span { border-color: rgb(46,175,69); }
td.TdClassName
{
border-color: #2EAF45;
}
.TagClassName
{
border-color: #2EAF45;
}
</style>