Shades of Chateau Green #2ABA4E
Tints of Chateau Green #2ABA4E
RGB
CMYK
RGB Variations
Color information
#2ABA4E (or 0x2ABA4E) is known color: Chateau Green. HEX triplet: 2A, BA and 4E. RGB value is (42,186,78). Sum of RGB (Red+Green+Blue) = 42+186+78=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA4E is #D545B1. Grayscale: #828282. Windows color (decimal): -13977010 or 5159466. OLE color: 5159466.
HSL color Cylindrical-coordinate representation of color #2ABA4E: hue angle of 135º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA4E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 78 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.27 |
| HSL | 135º | 0.63% | 0.45% | - |
| HSV(B) | 135º | 0.77% | 0.73% | - |
| XYZ | 19.89 | 36.16 | 13.14 | - |
| YUV | 130.63 | 98.29 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 78 | 0.77 | 0 | 0.58 | 0.27 | 135 | 0.63 | 0.45 |
| Hex | 2A | BA | 4E | 4D | 0 | 3A | 1B | 87 | 3F | 2D |
| Octal | 52 | 272 | 116 | 115 | 0 | 72 | 33 | 207 | 77 | 55 |
| Binary | 101010 | 10111010 | 1001110 | 1001101 | 0 | 111010 | 11011 | 10000111 | 111111 | 101101 |
Color Harmonies of #2ABA4E
Complementary color
Monochromatic Colors of #2ABA4E
Black with #2ABA4E
Text Example
Text Example
White with #2ABA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA4E; }
p { color: rgb(42,186,78); }
H1.HeaderClassName
{
color: #2ABA4E;
}
.AnyTagClassName
{
color: #2ABA4E;
}
</style>
background-color css
<style>
a { background-color: #2ABA4E; }
a { background-color: rgb(42,186,78); }
div.DivClassName
{
background-color: #2ABA4E;
}
.BgClassName
{
background-color: #2ABA4E;
}
</style>
border-color css
<style>
span { border-color: #2ABA4E; }
span { border-color: rgb(42,186,78); }
td.TdClassName
{
border-color: #2ABA4E;
}
.TagClassName
{
border-color: #2ABA4E;
}
</style>