Shades of Chateau Green #2AA74A
Tints of Chateau Green #2AA74A
RGB
CMYK
RGB Variations
Color information
#2AA74A (or 0x2AA74A) is known color: Chateau Green. HEX triplet: 2A, A7 and 4A. RGB value is (42,167,74). Sum of RGB (Red+Green+Blue) = 42+167+74=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA74A is #D558B5. Grayscale: #777777. Windows color (decimal): -13981878 or 4892458. OLE color: 4892458.
HSL color Cylindrical-coordinate representation of color #2AA74A: hue angle of 135.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA74A is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 74 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.35 |
| HSL | 135.36º | 0.6% | 0.41% | - |
| HSV(B) | 135.36º | 0.75% | 0.65% | - |
| XYZ | 16.01 | 28.62 | 11.16 | - |
| YUV | 119.02 | 102.59 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 74 | 0.75 | 0 | 0.56 | 0.35 | 135.36 | 0.6 | 0.41 |
| Hex | 2A | A7 | 4A | 4B | 0 | 38 | 23 | 87 | 3C | 29 |
| Octal | 52 | 247 | 112 | 113 | 0 | 70 | 43 | 207 | 74 | 51 |
| Binary | 101010 | 10100111 | 1001010 | 1001011 | 0 | 111000 | 100011 | 10000111 | 111100 | 101001 |
Color Harmonies of #2AA74A
Complementary color
Monochromatic Colors of #2AA74A
Black with #2AA74A
Text Example
Text Example
White with #2AA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA74A; }
p { color: rgb(42,167,74); }
H1.HeaderClassName
{
color: #2AA74A;
}
.AnyTagClassName
{
color: #2AA74A;
}
</style>
background-color css
<style>
a { background-color: #2AA74A; }
a { background-color: rgb(42,167,74); }
div.DivClassName
{
background-color: #2AA74A;
}
.BgClassName
{
background-color: #2AA74A;
}
</style>
border-color css
<style>
span { border-color: #2AA74A; }
span { border-color: rgb(42,167,74); }
td.TdClassName
{
border-color: #2AA74A;
}
.TagClassName
{
border-color: #2AA74A;
}
</style>