Shades of Chateau Green #2AAC4D
Tints of Chateau Green #2AAC4D
RGB
CMYK
RGB Variations
Color information
#2AAC4D (or 0x2AAC4D) is known color: Chateau Green. HEX triplet: 2A, AC and 4D. RGB value is (42,172,77). Sum of RGB (Red+Green+Blue) = 42+172+77=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC4D is #D553B2. Grayscale: #7A7A7A. Windows color (decimal): -13980595 or 5090346. OLE color: 5090346.
HSL color Cylindrical-coordinate representation of color #2AAC4D: hue angle of 136.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC4D is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 77 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.33 |
| HSL | 136.15º | 0.61% | 0.42% | - |
| HSV(B) | 136.15º | 0.76% | 0.67% | - |
| XYZ | 17.05 | 30.53 | 12.02 | - |
| YUV | 122.3 | 102.43 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 77 | 0.76 | 0 | 0.55 | 0.33 | 136.15 | 0.61 | 0.42 |
| Hex | 2A | AC | 4D | 4C | 0 | 37 | 21 | 88 | 3D | 2A |
| Octal | 52 | 254 | 115 | 114 | 0 | 67 | 41 | 210 | 75 | 52 |
| Binary | 101010 | 10101100 | 1001101 | 1001100 | 0 | 110111 | 100001 | 10001000 | 111101 | 101010 |
Color Harmonies of #2AAC4D
Complementary color
Monochromatic Colors of #2AAC4D
Black with #2AAC4D
Text Example
Text Example
White with #2AAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC4D; }
p { color: rgb(42,172,77); }
H1.HeaderClassName
{
color: #2AAC4D;
}
.AnyTagClassName
{
color: #2AAC4D;
}
</style>
background-color css
<style>
a { background-color: #2AAC4D; }
a { background-color: rgb(42,172,77); }
div.DivClassName
{
background-color: #2AAC4D;
}
.BgClassName
{
background-color: #2AAC4D;
}
</style>
border-color css
<style>
span { border-color: #2AAC4D; }
span { border-color: rgb(42,172,77); }
td.TdClassName
{
border-color: #2AAC4D;
}
.TagClassName
{
border-color: #2AAC4D;
}
</style>