Shades of Chateau Green #2AAF44
Tints of Chateau Green #2AAF44
RGB
CMYK
RGB Variations
Color information
#2AAF44 (or 0x2AAF44) is known color: Chateau Green. HEX triplet: 2A, AF and 44. RGB value is (42,175,68). Sum of RGB (Red+Green+Blue) = 42+175+68=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF44 is #D550BB. Grayscale: #7B7B7B. Windows color (decimal): -13979836 or 4501290. OLE color: 4501290.
HSL color Cylindrical-coordinate representation of color #2AAF44: hue angle of 131.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAF44 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 68 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.31 |
| HSL | 131.73º | 0.61% | 0.43% | - |
| HSV(B) | 131.73º | 0.76% | 0.69% | - |
| XYZ | 17.33 | 31.57 | 10.65 | - |
| YUV | 123.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 68 | 0.76 | 0 | 0.61 | 0.31 | 131.73 | 0.61 | 0.43 |
| Hex | 2A | AF | 44 | 4C | 0 | 3D | 1F | 84 | 3D | 2B |
| Octal | 52 | 257 | 104 | 114 | 0 | 75 | 37 | 204 | 75 | 53 |
| Binary | 101010 | 10101111 | 1000100 | 1001100 | 0 | 111101 | 11111 | 10000100 | 111101 | 101011 |
Color Harmonies of #2AAF44
Complementary color
Monochromatic Colors of #2AAF44
Black with #2AAF44
Text Example
Text Example
White with #2AAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF44; }
p { color: rgb(42,175,68); }
H1.HeaderClassName
{
color: #2AAF44;
}
.AnyTagClassName
{
color: #2AAF44;
}
</style>
background-color css
<style>
a { background-color: #2AAF44; }
a { background-color: rgb(42,175,68); }
div.DivClassName
{
background-color: #2AAF44;
}
.BgClassName
{
background-color: #2AAF44;
}
</style>
border-color css
<style>
span { border-color: #2AAF44; }
span { border-color: rgb(42,175,68); }
td.TdClassName
{
border-color: #2AAF44;
}
.TagClassName
{
border-color: #2AAF44;
}
</style>