Shades of Chateau Green #2AAD45
Tints of Chateau Green #2AAD45
RGB
CMYK
RGB Variations
Color information
#2AAD45 (or 0x2AAD45) is known color: Chateau Green. HEX triplet: 2A, AD and 45. RGB value is (42,173,69). Sum of RGB (Red+Green+Blue) = 42+173+69=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD45 is #D552BA. Grayscale: #7A7A7A. Windows color (decimal): -13980347 or 4566314. OLE color: 4566314.
HSL color Cylindrical-coordinate representation of color #2AAD45: hue angle of 132.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD45 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 69 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.32 |
| HSL | 132.37º | 0.61% | 0.42% | - |
| HSV(B) | 132.37º | 0.76% | 0.68% | - |
| XYZ | 16.97 | 30.81 | 10.68 | - |
| YUV | 121.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 69 | 0.76 | 0 | 0.60 | 0.32 | 132.37 | 0.61 | 0.42 |
| Hex | 2A | AD | 45 | 4C | 0 | 3C | 20 | 84 | 3D | 2A |
| Octal | 52 | 255 | 105 | 114 | 0 | 74 | 40 | 204 | 75 | 52 |
| Binary | 101010 | 10101101 | 1000101 | 1001100 | 0 | 111100 | 100000 | 10000100 | 111101 | 101010 |
Color Harmonies of #2AAD45
Complementary color
Monochromatic Colors of #2AAD45
Black with #2AAD45
Text Example
Text Example
White with #2AAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD45; }
p { color: rgb(42,173,69); }
H1.HeaderClassName
{
color: #2AAD45;
}
.AnyTagClassName
{
color: #2AAD45;
}
</style>
background-color css
<style>
a { background-color: #2AAD45; }
a { background-color: rgb(42,173,69); }
div.DivClassName
{
background-color: #2AAD45;
}
.BgClassName
{
background-color: #2AAD45;
}
</style>
border-color css
<style>
span { border-color: #2AAD45; }
span { border-color: rgb(42,173,69); }
td.TdClassName
{
border-color: #2AAD45;
}
.TagClassName
{
border-color: #2AAD45;
}
</style>