Shades of Elf Green #2A8D79
Tints of Elf Green #2A8D79
RGB
CMYK
RGB Variations
Color information
#2A8D79 (or 0x2A8D79) is known color: Elf Green. HEX triplet: 2A, 8D and 79. RGB value is (42,141,121). Sum of RGB (Red+Green+Blue) = 42+141+121=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #2A8D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8D79 is #D57286. Grayscale: #6D6D6D. Windows color (decimal): -13988487 or 7965994. OLE color: 7965994.
HSL color Cylindrical-coordinate representation of color #2A8D79: hue angle of 167.88º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8D79 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 141 | 121 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.45 |
| HSL | 167.88º | 0.54% | 0.36% | - |
| HSV(B) | 167.88º | 0.7% | 0.55% | - |
| XYZ | 13.93 | 20.92 | 21.39 | - |
| YUV | 109.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 121 | 0.70 | 0 | 0.14 | 0.45 | 167.88 | 0.54 | 0.36 |
| Hex | 2A | 8D | 79 | 46 | 0 | E | 2D | A8 | 36 | 24 |
| Octal | 52 | 215 | 171 | 106 | 0 | 16 | 55 | 250 | 66 | 44 |
| Binary | 101010 | 10001101 | 1111001 | 1000110 | 0 | 1110 | 101101 | 10101000 | 110110 | 100100 |
Color Harmonies of #2A8D79
Complementary color
Monochromatic Colors of #2A8D79
Black with #2A8D79
Text Example
Text Example
White with #2A8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8D79; }
p { color: rgb(42,141,121); }
H1.HeaderClassName
{
color: #2A8D79;
}
.AnyTagClassName
{
color: #2A8D79;
}
</style>
background-color css
<style>
a { background-color: #2A8D79; }
a { background-color: rgb(42,141,121); }
div.DivClassName
{
background-color: #2A8D79;
}
.BgClassName
{
background-color: #2A8D79;
}
</style>
border-color css
<style>
span { border-color: #2A8D79; }
span { border-color: rgb(42,141,121); }
td.TdClassName
{
border-color: #2A8D79;
}
.TagClassName
{
border-color: #2A8D79;
}
</style>