Shades of Chateau Green #2AB056
Tints of Chateau Green #2AB056
RGB
CMYK
RGB Variations
Color information
#2AB056 (or 0x2AB056) is known color: Chateau Green. HEX triplet: 2A, B0 and 56. RGB value is (42,176,86). Sum of RGB (Red+Green+Blue) = 42+176+86=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB056 is #D54FA9. Grayscale: #7D7D7D. Windows color (decimal): -13979562 or 5681194. OLE color: 5681194.
HSL color Cylindrical-coordinate representation of color #2AB056: hue angle of 139.7º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB056 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 86 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.31 |
| HSL | 139.7º | 0.61% | 0.43% | - |
| HSV(B) | 139.7º | 0.76% | 0.69% | - |
| XYZ | 18.16 | 32.21 | 14.07 | - |
| YUV | 125.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 86 | 0.76 | 0 | 0.51 | 0.31 | 139.7 | 0.61 | 0.43 |
| Hex | 2A | B0 | 56 | 4C | 0 | 33 | 1F | 8C | 3D | 2B |
| Octal | 52 | 260 | 126 | 114 | 0 | 63 | 37 | 214 | 75 | 53 |
| Binary | 101010 | 10110000 | 1010110 | 1001100 | 0 | 110011 | 11111 | 10001100 | 111101 | 101011 |
Color Harmonies of #2AB056
Complementary color
Monochromatic Colors of #2AB056
Black with #2AB056
Text Example
Text Example
White with #2AB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB056; }
p { color: rgb(42,176,86); }
H1.HeaderClassName
{
color: #2AB056;
}
.AnyTagClassName
{
color: #2AB056;
}
</style>
background-color css
<style>
a { background-color: #2AB056; }
a { background-color: rgb(42,176,86); }
div.DivClassName
{
background-color: #2AB056;
}
.BgClassName
{
background-color: #2AB056;
}
</style>
border-color css
<style>
span { border-color: #2AB056; }
span { border-color: rgb(42,176,86); }
td.TdClassName
{
border-color: #2AB056;
}
.TagClassName
{
border-color: #2AB056;
}
</style>