Shades of Chateau Green #2AB74C
Tints of Chateau Green #2AB74C
RGB
CMYK
RGB Variations
Color information
#2AB74C (or 0x2AB74C) is known color: Chateau Green. HEX triplet: 2A, B7 and 4C. RGB value is (42,183,76). Sum of RGB (Red+Green+Blue) = 42+183+76=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB74C is #D548B3. Grayscale: #808080. Windows color (decimal): -13977780 or 5027626. OLE color: 5027626.
HSL color Cylindrical-coordinate representation of color #2AB74C: hue angle of 134.47º 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 #2AB74C is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 76 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.28 |
| HSL | 134.47º | 0.63% | 0.44% | - |
| HSV(B) | 134.47º | 0.77% | 0.72% | - |
| XYZ | 19.19 | 34.88 | 12.56 | - |
| YUV | 128.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 76 | 0.77 | 0 | 0.58 | 0.28 | 134.47 | 0.63 | 0.44 |
| Hex | 2A | B7 | 4C | 4D | 0 | 3A | 1C | 86 | 3F | 2C |
| Octal | 52 | 267 | 114 | 115 | 0 | 72 | 34 | 206 | 77 | 54 |
| Binary | 101010 | 10110111 | 1001100 | 1001101 | 0 | 111010 | 11100 | 10000110 | 111111 | 101100 |
Color Harmonies of #2AB74C
Complementary color
Monochromatic Colors of #2AB74C
Black with #2AB74C
Text Example
Text Example
White with #2AB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB74C; }
p { color: rgb(42,183,76); }
H1.HeaderClassName
{
color: #2AB74C;
}
.AnyTagClassName
{
color: #2AB74C;
}
</style>
background-color css
<style>
a { background-color: #2AB74C; }
a { background-color: rgb(42,183,76); }
div.DivClassName
{
background-color: #2AB74C;
}
.BgClassName
{
background-color: #2AB74C;
}
</style>
border-color css
<style>
span { border-color: #2AB74C; }
span { border-color: rgb(42,183,76); }
td.TdClassName
{
border-color: #2AB74C;
}
.TagClassName
{
border-color: #2AB74C;
}
</style>