Shades of Chateau Green #2AB655
Tints of Chateau Green #2AB655
RGB
CMYK
RGB Variations
Color information
#2AB655 (or 0x2AB655) is known color: Chateau Green. HEX triplet: 2A, B6 and 55. RGB value is (42,182,85). Sum of RGB (Red+Green+Blue) = 42+182+85=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB655 is #D549AA. Grayscale: #818181. Windows color (decimal): -13978027 or 5617194. OLE color: 5617194.
HSL color Cylindrical-coordinate representation of color #2AB655: hue angle of 138.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB655 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 85 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.29 |
| HSL | 138.43º | 0.63% | 0.44% | - |
| HSV(B) | 138.43º | 0.77% | 0.71% | - |
| XYZ | 19.32 | 34.6 | 14.26 | - |
| YUV | 129.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 85 | 0.77 | 0 | 0.53 | 0.29 | 138.43 | 0.63 | 0.44 |
| Hex | 2A | B6 | 55 | 4D | 0 | 35 | 1D | 8A | 3E | 2C |
| Octal | 52 | 266 | 125 | 115 | 0 | 65 | 35 | 212 | 76 | 54 |
| Binary | 101010 | 10110110 | 1010101 | 1001101 | 0 | 110101 | 11101 | 10001010 | 111110 | 101100 |
Color Harmonies of #2AB655
Complementary color
Monochromatic Colors of #2AB655
Black with #2AB655
Text Example
Text Example
White with #2AB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB655; }
p { color: rgb(42,182,85); }
H1.HeaderClassName
{
color: #2AB655;
}
.AnyTagClassName
{
color: #2AB655;
}
</style>
background-color css
<style>
a { background-color: #2AB655; }
a { background-color: rgb(42,182,85); }
div.DivClassName
{
background-color: #2AB655;
}
.BgClassName
{
background-color: #2AB655;
}
</style>
border-color css
<style>
span { border-color: #2AB655; }
span { border-color: rgb(42,182,85); }
td.TdClassName
{
border-color: #2AB655;
}
.TagClassName
{
border-color: #2AB655;
}
</style>