Shades of Chateau Green #2AB74A
Tints of Chateau Green #2AB74A
RGB
CMYK
RGB Variations
Color information
#2AB74A (or 0x2AB74A) is known color: Chateau Green. HEX triplet: 2A, B7 and 4A. RGB value is (42,183,74). Sum of RGB (Red+Green+Blue) = 42+183+74=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB74A is #D548B5. Grayscale: #808080. Windows color (decimal): -13977782 or 4896554. OLE color: 4896554.
HSL color Cylindrical-coordinate representation of color #2AB74A: hue angle of 133.62º 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 #2AB74A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 74 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.28 |
| HSL | 133.62º | 0.63% | 0.44% | - |
| HSV(B) | 133.62º | 0.77% | 0.72% | - |
| XYZ | 19.12 | 34.85 | 12.2 | - |
| YUV | 128.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 74 | 0.77 | 0 | 0.60 | 0.28 | 133.62 | 0.63 | 0.44 |
| Hex | 2A | B7 | 4A | 4D | 0 | 3C | 1C | 86 | 3F | 2C |
| Octal | 52 | 267 | 112 | 115 | 0 | 74 | 34 | 206 | 77 | 54 |
| Binary | 101010 | 10110111 | 1001010 | 1001101 | 0 | 111100 | 11100 | 10000110 | 111111 | 101100 |
Color Harmonies of #2AB74A
Complementary color
Monochromatic Colors of #2AB74A
Black with #2AB74A
Text Example
Text Example
White with #2AB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB74A; }
p { color: rgb(42,183,74); }
H1.HeaderClassName
{
color: #2AB74A;
}
.AnyTagClassName
{
color: #2AB74A;
}
</style>
background-color css
<style>
a { background-color: #2AB74A; }
a { background-color: rgb(42,183,74); }
div.DivClassName
{
background-color: #2AB74A;
}
.BgClassName
{
background-color: #2AB74A;
}
</style>
border-color css
<style>
span { border-color: #2AB74A; }
span { border-color: rgb(42,183,74); }
td.TdClassName
{
border-color: #2AB74A;
}
.TagClassName
{
border-color: #2AB74A;
}
</style>