Shades of Chateau Green #2ABA52
Tints of Chateau Green #2ABA52
RGB
CMYK
RGB Variations
Color information
#2ABA52 (or 0x2ABA52) is known color: Chateau Green. HEX triplet: 2A, BA and 52. RGB value is (42,186,82). Sum of RGB (Red+Green+Blue) = 42+186+82=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA52 is #D545AD. Grayscale: #838383. Windows color (decimal): -13977006 or 5421610. OLE color: 5421610.
HSL color Cylindrical-coordinate representation of color #2ABA52: hue angle of 136.67º 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 #2ABA52 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 82 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.27 |
| HSL | 136.67º | 0.63% | 0.45% | - |
| HSV(B) | 136.67º | 0.77% | 0.73% | - |
| XYZ | 20.04 | 36.22 | 13.92 | - |
| YUV | 131.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 82 | 0.77 | 0 | 0.56 | 0.27 | 136.67 | 0.63 | 0.45 |
| Hex | 2A | BA | 52 | 4D | 0 | 38 | 1B | 89 | 3F | 2D |
| Octal | 52 | 272 | 122 | 115 | 0 | 70 | 33 | 211 | 77 | 55 |
| Binary | 101010 | 10111010 | 1010010 | 1001101 | 0 | 111000 | 11011 | 10001001 | 111111 | 101101 |
Color Harmonies of #2ABA52
Complementary color
Monochromatic Colors of #2ABA52
Black with #2ABA52
Text Example
Text Example
White with #2ABA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA52; }
p { color: rgb(42,186,82); }
H1.HeaderClassName
{
color: #2ABA52;
}
.AnyTagClassName
{
color: #2ABA52;
}
</style>
background-color css
<style>
a { background-color: #2ABA52; }
a { background-color: rgb(42,186,82); }
div.DivClassName
{
background-color: #2ABA52;
}
.BgClassName
{
background-color: #2ABA52;
}
</style>
border-color css
<style>
span { border-color: #2ABA52; }
span { border-color: rgb(42,186,82); }
td.TdClassName
{
border-color: #2ABA52;
}
.TagClassName
{
border-color: #2ABA52;
}
</style>