Shades of Elf Green #2D9474
Tints of Elf Green #2D9474
RGB
CMYK
RGB Variations
Color information
#2D9474 (or 0x2D9474) is known color: Elf Green. HEX triplet: 2D, 94 and 74. RGB value is (45,148,116). Sum of RGB (Red+Green+Blue) = 45+148+116=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9474 is #D26B8B. Grayscale: #717171. Windows color (decimal): -13790092 or 7640109. OLE color: 7640109.
HSL color Cylindrical-coordinate representation of color #2D9474: hue angle of 161.36º 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 #2D9474 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 116 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.42 |
| HSL | 161.36º | 0.53% | 0.38% | - |
| HSV(B) | 161.36º | 0.7% | 0.58% | - |
| XYZ | 14.82 | 23 | 20.18 | - |
| YUV | 113.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 116 | 0.70 | 0 | 0.22 | 0.42 | 161.36 | 0.53 | 0.38 |
| Hex | 2D | 94 | 74 | 46 | 0 | 16 | 2A | A1 | 35 | 26 |
| Octal | 55 | 224 | 164 | 106 | 0 | 26 | 52 | 241 | 65 | 46 |
| Binary | 101101 | 10010100 | 1110100 | 1000110 | 0 | 10110 | 101010 | 10100001 | 110101 | 100110 |
Color Harmonies of #2D9474
Complementary color
Monochromatic Colors of #2D9474
Black with #2D9474
Text Example
Text Example
White with #2D9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9474; }
p { color: rgb(45,148,116); }
H1.HeaderClassName
{
color: #2D9474;
}
.AnyTagClassName
{
color: #2D9474;
}
</style>
background-color css
<style>
a { background-color: #2D9474; }
a { background-color: rgb(45,148,116); }
div.DivClassName
{
background-color: #2D9474;
}
.BgClassName
{
background-color: #2D9474;
}
</style>
border-color css
<style>
span { border-color: #2D9474; }
span { border-color: rgb(45,148,116); }
td.TdClassName
{
border-color: #2D9474;
}
.TagClassName
{
border-color: #2D9474;
}
</style>