Shades of Chateau Green #2AAB53
Tints of Chateau Green #2AAB53
RGB
CMYK
RGB Variations
Color information
#2AAB53 (or 0x2AAB53) is known color: Chateau Green. HEX triplet: 2A, AB and 53. RGB value is (42,171,83). Sum of RGB (Red+Green+Blue) = 42+171+83=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB53 is #D554AC. Grayscale: #7A7A7A. Windows color (decimal): -13980845 or 5483306. OLE color: 5483306.
HSL color Cylindrical-coordinate representation of color #2AAB53: hue angle of 139.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB53 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 83 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.33 |
| HSL | 139.07º | 0.61% | 0.42% | - |
| HSV(B) | 139.07º | 0.75% | 0.67% | - |
| XYZ | 17.08 | 30.24 | 13.12 | - |
| YUV | 122.4 | 105.76 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 83 | 0.75 | 0 | 0.51 | 0.33 | 139.07 | 0.61 | 0.42 |
| Hex | 2A | AB | 53 | 4B | 0 | 33 | 21 | 8B | 3D | 2A |
| Octal | 52 | 253 | 123 | 113 | 0 | 63 | 41 | 213 | 75 | 52 |
| Binary | 101010 | 10101011 | 1010011 | 1001011 | 0 | 110011 | 100001 | 10001011 | 111101 | 101010 |
Color Harmonies of #2AAB53
Complementary color
Monochromatic Colors of #2AAB53
Black with #2AAB53
Text Example
Text Example
White with #2AAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB53; }
p { color: rgb(42,171,83); }
H1.HeaderClassName
{
color: #2AAB53;
}
.AnyTagClassName
{
color: #2AAB53;
}
</style>
background-color css
<style>
a { background-color: #2AAB53; }
a { background-color: rgb(42,171,83); }
div.DivClassName
{
background-color: #2AAB53;
}
.BgClassName
{
background-color: #2AAB53;
}
</style>
border-color css
<style>
span { border-color: #2AAB53; }
span { border-color: rgb(42,171,83); }
td.TdClassName
{
border-color: #2AAB53;
}
.TagClassName
{
border-color: #2AAB53;
}
</style>