Shades of Elf Green #2A8A70
Tints of Elf Green #2A8A70
RGB
CMYK
RGB Variations
Color information
#2A8A70 (or 0x2A8A70) is known color: Elf Green. HEX triplet: 2A, 8A and 70. RGB value is (42,138,112). Sum of RGB (Red+Green+Blue) = 42+138+112=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A70 is #D5758F. Grayscale: #6A6A6A. Windows color (decimal): -13989264 or 7375402. OLE color: 7375402.
HSL color Cylindrical-coordinate representation of color #2A8A70: hue angle of 163.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A70 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 112 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.46 |
| HSL | 163.75º | 0.53% | 0.35% | - |
| HSV(B) | 163.75º | 0.7% | 0.54% | - |
| XYZ | 12.97 | 19.84 | 18.48 | - |
| YUV | 106.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 112 | 0.70 | 0 | 0.19 | 0.46 | 163.75 | 0.53 | 0.35 |
| Hex | 2A | 8A | 70 | 46 | 0 | 13 | 2E | A4 | 35 | 23 |
| Octal | 52 | 212 | 160 | 106 | 0 | 23 | 56 | 244 | 65 | 43 |
| Binary | 101010 | 10001010 | 1110000 | 1000110 | 0 | 10011 | 101110 | 10100100 | 110101 | 100011 |
Color Harmonies of #2A8A70
Complementary color
Monochromatic Colors of #2A8A70
Black with #2A8A70
Text Example
Text Example
White with #2A8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A70; }
p { color: rgb(42,138,112); }
H1.HeaderClassName
{
color: #2A8A70;
}
.AnyTagClassName
{
color: #2A8A70;
}
</style>
background-color css
<style>
a { background-color: #2A8A70; }
a { background-color: rgb(42,138,112); }
div.DivClassName
{
background-color: #2A8A70;
}
.BgClassName
{
background-color: #2A8A70;
}
</style>
border-color css
<style>
span { border-color: #2A8A70; }
span { border-color: rgb(42,138,112); }
td.TdClassName
{
border-color: #2A8A70;
}
.TagClassName
{
border-color: #2A8A70;
}
</style>