Shades of Elf Green #2A8E6A
Tints of Elf Green #2A8E6A
RGB
CMYK
RGB Variations
Color information
#2A8E6A (or 0x2A8E6A) is known color: Elf Green. HEX triplet: 2A, 8E and 6A. RGB value is (42,142,106). Sum of RGB (Red+Green+Blue) = 42+142+106=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8E6A is #D57195. Grayscale: #6C6C6C. Windows color (decimal): -13988246 or 6983210. OLE color: 6983210.
HSL color Cylindrical-coordinate representation of color #2A8E6A: hue angle of 158.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8E6A is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 142 | 106 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.44 |
| HSL | 158.4º | 0.54% | 0.36% | - |
| HSV(B) | 158.4º | 0.7% | 0.56% | - |
| XYZ | 13.23 | 20.88 | 16.97 | - |
| YUV | 108 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 106 | 0.70 | 0 | 0.25 | 0.44 | 158.4 | 0.54 | 0.36 |
| Hex | 2A | 8E | 6A | 46 | 0 | 19 | 2C | 9E | 36 | 24 |
| Octal | 52 | 216 | 152 | 106 | 0 | 31 | 54 | 236 | 66 | 44 |
| Binary | 101010 | 10001110 | 1101010 | 1000110 | 0 | 11001 | 101100 | 10011110 | 110110 | 100100 |
Color Harmonies of #2A8E6A
Complementary color
Monochromatic Colors of #2A8E6A
Black with #2A8E6A
Text Example
Text Example
White with #2A8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E6A; }
p { color: rgb(42,142,106); }
H1.HeaderClassName
{
color: #2A8E6A;
}
.AnyTagClassName
{
color: #2A8E6A;
}
</style>
background-color css
<style>
a { background-color: #2A8E6A; }
a { background-color: rgb(42,142,106); }
div.DivClassName
{
background-color: #2A8E6A;
}
.BgClassName
{
background-color: #2A8E6A;
}
</style>
border-color css
<style>
span { border-color: #2A8E6A; }
span { border-color: rgb(42,142,106); }
td.TdClassName
{
border-color: #2A8E6A;
}
.TagClassName
{
border-color: #2A8E6A;
}
</style>