Shades of Elf Green #2A9371
Tints of Elf Green #2A9371
RGB
CMYK
RGB Variations
Color information
#2A9371 (or 0x2A9371) is known color: Elf Green. HEX triplet: 2A, 93 and 71. RGB value is (42,147,113). Sum of RGB (Red+Green+Blue) = 42+147+113=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9371 is #D56C8E. Grayscale: #6F6F6F. Windows color (decimal): -13986959 or 7443242. OLE color: 7443242.
HSL color Cylindrical-coordinate representation of color #2A9371: hue angle of 160.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9371 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 113 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.42 |
| HSL | 160.57º | 0.56% | 0.37% | - |
| HSV(B) | 160.57º | 0.71% | 0.58% | - |
| XYZ | 14.37 | 22.55 | 19.22 | - |
| YUV | 111.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 113 | 0.71 | 0 | 0.23 | 0.42 | 160.57 | 0.56 | 0.37 |
| Hex | 2A | 93 | 71 | 47 | 0 | 17 | 2A | A1 | 38 | 25 |
| Octal | 52 | 223 | 161 | 107 | 0 | 27 | 52 | 241 | 70 | 45 |
| Binary | 101010 | 10010011 | 1110001 | 1000111 | 0 | 10111 | 101010 | 10100001 | 111000 | 100101 |
Color Harmonies of #2A9371
Complementary color
Monochromatic Colors of #2A9371
Black with #2A9371
Text Example
Text Example
White with #2A9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9371; }
p { color: rgb(42,147,113); }
H1.HeaderClassName
{
color: #2A9371;
}
.AnyTagClassName
{
color: #2A9371;
}
</style>
background-color css
<style>
a { background-color: #2A9371; }
a { background-color: rgb(42,147,113); }
div.DivClassName
{
background-color: #2A9371;
}
.BgClassName
{
background-color: #2A9371;
}
</style>
border-color css
<style>
span { border-color: #2A9371; }
span { border-color: rgb(42,147,113); }
td.TdClassName
{
border-color: #2A9371;
}
.TagClassName
{
border-color: #2A9371;
}
</style>