Shades of Chateau Green #2AAB41
Tints of Chateau Green #2AAB41
RGB
CMYK
RGB Variations
Color information
#2AAB41 (or 0x2AAB41) is known color: Chateau Green. HEX triplet: 2A, AB and 41. RGB value is (42,171,65). Sum of RGB (Red+Green+Blue) = 42+171+65=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB41 is #D554BE. Grayscale: #787878. Windows color (decimal): -13980863 or 4303658. OLE color: 4303658.
HSL color Cylindrical-coordinate representation of color #2AAB41: hue angle of 130.7º 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 #2AAB41 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 65 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.33 |
| HSL | 130.7º | 0.61% | 0.42% | - |
| HSV(B) | 130.7º | 0.75% | 0.67% | - |
| XYZ | 16.47 | 30 | 9.92 | - |
| YUV | 120.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 65 | 0.75 | 0 | 0.62 | 0.33 | 130.7 | 0.61 | 0.42 |
| Hex | 2A | AB | 41 | 4B | 0 | 3E | 21 | 83 | 3D | 2A |
| Octal | 52 | 253 | 101 | 113 | 0 | 76 | 41 | 203 | 75 | 52 |
| Binary | 101010 | 10101011 | 1000001 | 1001011 | 0 | 111110 | 100001 | 10000011 | 111101 | 101010 |
Color Harmonies of #2AAB41
Complementary color
Monochromatic Colors of #2AAB41
Black with #2AAB41
Text Example
Text Example
White with #2AAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB41; }
p { color: rgb(42,171,65); }
H1.HeaderClassName
{
color: #2AAB41;
}
.AnyTagClassName
{
color: #2AAB41;
}
</style>
background-color css
<style>
a { background-color: #2AAB41; }
a { background-color: rgb(42,171,65); }
div.DivClassName
{
background-color: #2AAB41;
}
.BgClassName
{
background-color: #2AAB41;
}
</style>
border-color css
<style>
span { border-color: #2AAB41; }
span { border-color: rgb(42,171,65); }
td.TdClassName
{
border-color: #2AAB41;
}
.TagClassName
{
border-color: #2AAB41;
}
</style>