Shades of Elf Green #2D9471
Tints of Elf Green #2D9471
RGB
CMYK
RGB Variations
Color information
#2D9471 (or 0x2D9471) is known color: Elf Green. HEX triplet: 2D, 94 and 71. RGB value is (45,148,113). Sum of RGB (Red+Green+Blue) = 45+148+113=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9471 is #D26B8E. Grayscale: #717171. Windows color (decimal): -13790095 or 7443501. OLE color: 7443501.
HSL color Cylindrical-coordinate representation of color #2D9471: hue angle of 159.61º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9471 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 113 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.42 |
| HSL | 159.61º | 0.53% | 0.38% | - |
| HSV(B) | 159.61º | 0.7% | 0.58% | - |
| XYZ | 14.65 | 22.93 | 19.28 | - |
| YUV | 113.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 113 | 0.70 | 0 | 0.24 | 0.42 | 159.61 | 0.53 | 0.38 |
| Hex | 2D | 94 | 71 | 46 | 0 | 18 | 2A | A0 | 35 | 26 |
| Octal | 55 | 224 | 161 | 106 | 0 | 30 | 52 | 240 | 65 | 46 |
| Binary | 101101 | 10010100 | 1110001 | 1000110 | 0 | 11000 | 101010 | 10100000 | 110101 | 100110 |
Color Harmonies of #2D9471
Complementary color
Monochromatic Colors of #2D9471
Black with #2D9471
Text Example
Text Example
White with #2D9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9471; }
p { color: rgb(45,148,113); }
H1.HeaderClassName
{
color: #2D9471;
}
.AnyTagClassName
{
color: #2D9471;
}
</style>
background-color css
<style>
a { background-color: #2D9471; }
a { background-color: rgb(45,148,113); }
div.DivClassName
{
background-color: #2D9471;
}
.BgClassName
{
background-color: #2D9471;
}
</style>
border-color css
<style>
span { border-color: #2D9471; }
span { border-color: rgb(45,148,113); }
td.TdClassName
{
border-color: #2D9471;
}
.TagClassName
{
border-color: #2D9471;
}
</style>