Shades of Earls Green #AAAA2F
Tints of Earls Green #AAAA2F
RGB
CMYK
RGB Variations
Color information
#AAAA2F (or 0xAAAA2F) is known color: Earls Green. HEX triplet: AA, AA and 2F. RGB value is (170,170,47). Sum of RGB (Red+Green+Blue) = 170+170+47=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA2F is #5555D0. Grayscale: #9C9C9C. Windows color (decimal): -5592529 or 3123882. OLE color: 3123882.
HSL color Cylindrical-coordinate representation of color #AAAA2F: hue angle of 60º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAAA2F is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 47 | - |
| CMYK | 0 | 0 | 0.72 | 0.33 |
| HSL | 60º | 0.57% | 0.43% | - |
| HSV(B) | 60º | 0.72% | 0.67% | - |
| XYZ | 31.47 | 37.5 | 8.27 | - |
| YUV | 155.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 47 | 0 | 0 | 0.72 | 0.33 | 60 | 0.57 | 0.43 |
| Hex | AA | AA | 2F | 0 | 0 | 48 | 21 | 3C | 39 | 2B |
| Octal | 252 | 252 | 57 | 0 | 0 | 110 | 41 | 74 | 71 | 53 |
| Binary | 10101010 | 10101010 | 101111 | 0 | 0 | 1001000 | 100001 | 111100 | 111001 | 101011 |
Color Harmonies of #AAAA2F
Complementary color
Monochromatic Colors of #AAAA2F
Black with #AAAA2F
Text Example
Text Example
White with #AAAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA2F; }
p { color: rgb(170,170,47); }
H1.HeaderClassName
{
color: #AAAA2F;
}
.AnyTagClassName
{
color: #AAAA2F;
}
</style>
background-color css
<style>
a { background-color: #AAAA2F; }
a { background-color: rgb(170,170,47); }
div.DivClassName
{
background-color: #AAAA2F;
}
.BgClassName
{
background-color: #AAAA2F;
}
</style>
border-color css
<style>
span { border-color: #AAAA2F; }
span { border-color: rgb(170,170,47); }
td.TdClassName
{
border-color: #AAAA2F;
}
.TagClassName
{
border-color: #AAAA2F;
}
</style>