Shades of Chateau Green #2AB552
Tints of Chateau Green #2AB552
RGB
CMYK
RGB Variations
Color information
#2AB552 (or 0x2AB552) is known color: Chateau Green. HEX triplet: 2A, B5 and 52. RGB value is (42,181,82). Sum of RGB (Red+Green+Blue) = 42+181+82=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB552 is #D54AAD. Grayscale: #808080. Windows color (decimal): -13978286 or 5420330. OLE color: 5420330.
HSL color Cylindrical-coordinate representation of color #2AB552: hue angle of 137.27º 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 #2AB552 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 82 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.29 |
| HSL | 137.27º | 0.62% | 0.44% | - |
| HSV(B) | 137.27º | 0.77% | 0.71% | - |
| XYZ | 19 | 34.15 | 13.57 | - |
| YUV | 128.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 82 | 0.77 | 0 | 0.55 | 0.29 | 137.27 | 0.62 | 0.44 |
| Hex | 2A | B5 | 52 | 4D | 0 | 37 | 1D | 89 | 3E | 2C |
| Octal | 52 | 265 | 122 | 115 | 0 | 67 | 35 | 211 | 76 | 54 |
| Binary | 101010 | 10110101 | 1010010 | 1001101 | 0 | 110111 | 11101 | 10001001 | 111110 | 101100 |
Color Harmonies of #2AB552
Complementary color
Monochromatic Colors of #2AB552
Black with #2AB552
Text Example
Text Example
White with #2AB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB552; }
p { color: rgb(42,181,82); }
H1.HeaderClassName
{
color: #2AB552;
}
.AnyTagClassName
{
color: #2AB552;
}
</style>
background-color css
<style>
a { background-color: #2AB552; }
a { background-color: rgb(42,181,82); }
div.DivClassName
{
background-color: #2AB552;
}
.BgClassName
{
background-color: #2AB552;
}
</style>
border-color css
<style>
span { border-color: #2AB552; }
span { border-color: rgb(42,181,82); }
td.TdClassName
{
border-color: #2AB552;
}
.TagClassName
{
border-color: #2AB552;
}
</style>