Shades of Chateau Green #2AB855
Tints of Chateau Green #2AB855
RGB
CMYK
RGB Variations
Color information
#2AB855 (or 0x2AB855) is known color: Chateau Green. HEX triplet: 2A, B8 and 55. RGB value is (42,184,85). Sum of RGB (Red+Green+Blue) = 42+184+85=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB855 is #D547AA. Grayscale: #828282. Windows color (decimal): -13977515 or 5617706. OLE color: 5617706.
HSL color Cylindrical-coordinate representation of color #2AB855: hue angle of 138.17º 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 #2AB855 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 85 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.28 |
| HSL | 138.17º | 0.63% | 0.44% | - |
| HSV(B) | 138.17º | 0.77% | 0.72% | - |
| XYZ | 19.74 | 35.43 | 14.39 | - |
| YUV | 130.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 85 | 0.77 | 0 | 0.54 | 0.28 | 138.17 | 0.63 | 0.44 |
| Hex | 2A | B8 | 55 | 4D | 0 | 36 | 1C | 8A | 3F | 2C |
| Octal | 52 | 270 | 125 | 115 | 0 | 66 | 34 | 212 | 77 | 54 |
| Binary | 101010 | 10111000 | 1010101 | 1001101 | 0 | 110110 | 11100 | 10001010 | 111111 | 101100 |
Color Harmonies of #2AB855
Complementary color
Monochromatic Colors of #2AB855
Black with #2AB855
Text Example
Text Example
White with #2AB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB855; }
p { color: rgb(42,184,85); }
H1.HeaderClassName
{
color: #2AB855;
}
.AnyTagClassName
{
color: #2AB855;
}
</style>
background-color css
<style>
a { background-color: #2AB855; }
a { background-color: rgb(42,184,85); }
div.DivClassName
{
background-color: #2AB855;
}
.BgClassName
{
background-color: #2AB855;
}
</style>
border-color css
<style>
span { border-color: #2AB855; }
span { border-color: rgb(42,184,85); }
td.TdClassName
{
border-color: #2AB855;
}
.TagClassName
{
border-color: #2AB855;
}
</style>