Shades of Earls Green #AFAF2E
Tints of Earls Green #AFAF2E
RGB
CMYK
RGB Variations
Color information
#AFAF2E (or 0xAFAF2E) is known color: Earls Green. HEX triplet: AF, AF and 2E. RGB value is (175,175,46). Sum of RGB (Red+Green+Blue) = 175+175+46=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF2E is #5050D1. Grayscale: #A0A0A0. Windows color (decimal): -5263570 or 3059631. OLE color: 3059631.
HSL color Cylindrical-coordinate representation of color #AFAF2E: hue angle of 60º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFAF2E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 46 | - |
| CMYK | 0 | 0 | 0.74 | 0.31 |
| HSL | 60º | 0.58% | 0.43% | - |
| HSV(B) | 60º | 0.74% | 0.69% | - |
| XYZ | 33.5 | 39.97 | 8.53 | - |
| YUV | 160.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 46 | 0 | 0 | 0.74 | 0.31 | 60 | 0.58 | 0.43 |
| Hex | AF | AF | 2E | 0 | 0 | 4A | 1F | 3C | 3A | 2B |
| Octal | 257 | 257 | 56 | 0 | 0 | 112 | 37 | 74 | 72 | 53 |
| Binary | 10101111 | 10101111 | 101110 | 0 | 0 | 1001010 | 11111 | 111100 | 111010 | 101011 |
Color Harmonies of #AFAF2E
Complementary color
Monochromatic Colors of #AFAF2E
Black with #AFAF2E
Text Example
Text Example
White with #AFAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF2E; }
p { color: rgb(175,175,46); }
H1.HeaderClassName
{
color: #AFAF2E;
}
.AnyTagClassName
{
color: #AFAF2E;
}
</style>
background-color css
<style>
a { background-color: #AFAF2E; }
a { background-color: rgb(175,175,46); }
div.DivClassName
{
background-color: #AFAF2E;
}
.BgClassName
{
background-color: #AFAF2E;
}
</style>
border-color css
<style>
span { border-color: #AFAF2E; }
span { border-color: rgb(175,175,46); }
td.TdClassName
{
border-color: #AFAF2E;
}
.TagClassName
{
border-color: #AFAF2E;
}
</style>