Shades of Elf Green #2A8870
Tints of Elf Green #2A8870
RGB
CMYK
RGB Variations
Color information
#2A8870 (or 0x2A8870) is known color: Elf Green. HEX triplet: 2A, 88 and 70. RGB value is (42,136,112). Sum of RGB (Red+Green+Blue) = 42+136+112=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8870 is #D5778F. Grayscale: #696969. Windows color (decimal): -13989776 or 7374890. OLE color: 7374890.
HSL color Cylindrical-coordinate representation of color #2A8870: hue angle of 164.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8870 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 112 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.47 |
| HSL | 164.68º | 0.53% | 0.35% | - |
| HSV(B) | 164.68º | 0.69% | 0.53% | - |
| XYZ | 12.68 | 19.27 | 18.38 | - |
| YUV | 105.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 112 | 0.69 | 0 | 0.18 | 0.47 | 164.68 | 0.53 | 0.35 |
| Hex | 2A | 88 | 70 | 45 | 0 | 12 | 2F | A5 | 35 | 23 |
| Octal | 52 | 210 | 160 | 105 | 0 | 22 | 57 | 245 | 65 | 43 |
| Binary | 101010 | 10001000 | 1110000 | 1000101 | 0 | 10010 | 101111 | 10100101 | 110101 | 100011 |
Color Harmonies of #2A8870
Complementary color
Monochromatic Colors of #2A8870
Black with #2A8870
Text Example
Text Example
White with #2A8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8870; }
p { color: rgb(42,136,112); }
H1.HeaderClassName
{
color: #2A8870;
}
.AnyTagClassName
{
color: #2A8870;
}
</style>
background-color css
<style>
a { background-color: #2A8870; }
a { background-color: rgb(42,136,112); }
div.DivClassName
{
background-color: #2A8870;
}
.BgClassName
{
background-color: #2A8870;
}
</style>
border-color css
<style>
span { border-color: #2A8870; }
span { border-color: rgb(42,136,112); }
td.TdClassName
{
border-color: #2A8870;
}
.TagClassName
{
border-color: #2A8870;
}
</style>