Shades of Chateau Green #2AB84E
Tints of Chateau Green #2AB84E
RGB
CMYK
RGB Variations
Color information
#2AB84E (or 0x2AB84E) is known color: Chateau Green. HEX triplet: 2A, B8 and 4E. RGB value is (42,184,78). Sum of RGB (Red+Green+Blue) = 42+184+78=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB84E is #D547B1. Grayscale: #818181. Windows color (decimal): -13977522 or 5158954. OLE color: 5158954.
HSL color Cylindrical-coordinate representation of color #2AB84E: hue angle of 135.21º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB84E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 78 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.28 |
| HSL | 135.21º | 0.63% | 0.44% | - |
| HSV(B) | 135.21º | 0.77% | 0.72% | - |
| XYZ | 19.47 | 35.32 | 13 | - |
| YUV | 129.46 | 98.96 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 78 | 0.77 | 0 | 0.58 | 0.28 | 135.21 | 0.63 | 0.44 |
| Hex | 2A | B8 | 4E | 4D | 0 | 3A | 1C | 87 | 3F | 2C |
| Octal | 52 | 270 | 116 | 115 | 0 | 72 | 34 | 207 | 77 | 54 |
| Binary | 101010 | 10111000 | 1001110 | 1001101 | 0 | 111010 | 11100 | 10000111 | 111111 | 101100 |
Color Harmonies of #2AB84E
Complementary color
Monochromatic Colors of #2AB84E
Black with #2AB84E
Text Example
Text Example
White with #2AB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB84E; }
p { color: rgb(42,184,78); }
H1.HeaderClassName
{
color: #2AB84E;
}
.AnyTagClassName
{
color: #2AB84E;
}
</style>
background-color css
<style>
a { background-color: #2AB84E; }
a { background-color: rgb(42,184,78); }
div.DivClassName
{
background-color: #2AB84E;
}
.BgClassName
{
background-color: #2AB84E;
}
</style>
border-color css
<style>
span { border-color: #2AB84E; }
span { border-color: rgb(42,184,78); }
td.TdClassName
{
border-color: #2AB84E;
}
.TagClassName
{
border-color: #2AB84E;
}
</style>