Shades of Chateau Green #2EAF4C
Tints of Chateau Green #2EAF4C
RGB
CMYK
RGB Variations
Color information
#2EAF4C (or 0x2EAF4C) is known color: Chateau Green. HEX triplet: 2E, AF and 4C. RGB value is (46,175,76). Sum of RGB (Red+Green+Blue) = 46+175+76=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF4C is #D150B3. Grayscale: #7D7D7D. Windows color (decimal): -13717684 or 5025582. OLE color: 5025582.
HSL color Cylindrical-coordinate representation of color #2EAF4C: hue angle of 133.95º 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 #2EAF4C is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 76 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.31 |
| HSL | 133.95º | 0.58% | 0.43% | - |
| HSV(B) | 133.95º | 0.74% | 0.69% | - |
| XYZ | 17.76 | 31.76 | 12.03 | - |
| YUV | 125.14 | 100.26 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 76 | 0.74 | 0 | 0.57 | 0.31 | 133.95 | 0.58 | 0.43 |
| Hex | 2E | AF | 4C | 4A | 0 | 39 | 1F | 86 | 3A | 2B |
| Octal | 56 | 257 | 114 | 112 | 0 | 71 | 37 | 206 | 72 | 53 |
| Binary | 101110 | 10101111 | 1001100 | 1001010 | 0 | 111001 | 11111 | 10000110 | 111010 | 101011 |
Color Harmonies of #2EAF4C
Complementary color
Monochromatic Colors of #2EAF4C
Black with #2EAF4C
Text Example
Text Example
White with #2EAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF4C; }
p { color: rgb(46,175,76); }
H1.HeaderClassName
{
color: #2EAF4C;
}
.AnyTagClassName
{
color: #2EAF4C;
}
</style>
background-color css
<style>
a { background-color: #2EAF4C; }
a { background-color: rgb(46,175,76); }
div.DivClassName
{
background-color: #2EAF4C;
}
.BgClassName
{
background-color: #2EAF4C;
}
</style>
border-color css
<style>
span { border-color: #2EAF4C; }
span { border-color: rgb(46,175,76); }
td.TdClassName
{
border-color: #2EAF4C;
}
.TagClassName
{
border-color: #2EAF4C;
}
</style>