Shades of Elf Green #2D8D6A
Tints of Elf Green #2D8D6A
RGB
CMYK
RGB Variations
Color information
#2D8D6A (or 0x2D8D6A) is known color: Elf Green. HEX triplet: 2D, 8D and 6A. RGB value is (45,141,106). Sum of RGB (Red+Green+Blue) = 45+141+106=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D6A is #D27295. Grayscale: #6C6C6C. Windows color (decimal): -13791894 or 6982957. OLE color: 6982957.
HSL color Cylindrical-coordinate representation of color #2D8D6A: hue angle of 158.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D6A is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 106 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.45 |
| HSL | 158.13º | 0.52% | 0.36% | - |
| HSV(B) | 158.13º | 0.68% | 0.55% | - |
| XYZ | 13.21 | 20.65 | 16.93 | - |
| YUV | 108.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 106 | 0.68 | 0 | 0.25 | 0.45 | 158.13 | 0.52 | 0.36 |
| Hex | 2D | 8D | 6A | 44 | 0 | 19 | 2D | 9E | 34 | 24 |
| Octal | 55 | 215 | 152 | 104 | 0 | 31 | 55 | 236 | 64 | 44 |
| Binary | 101101 | 10001101 | 1101010 | 1000100 | 0 | 11001 | 101101 | 10011110 | 110100 | 100100 |
Color Harmonies of #2D8D6A
Complementary color
Monochromatic Colors of #2D8D6A
Black with #2D8D6A
Text Example
Text Example
White with #2D8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D6A; }
p { color: rgb(45,141,106); }
H1.HeaderClassName
{
color: #2D8D6A;
}
.AnyTagClassName
{
color: #2D8D6A;
}
</style>
background-color css
<style>
a { background-color: #2D8D6A; }
a { background-color: rgb(45,141,106); }
div.DivClassName
{
background-color: #2D8D6A;
}
.BgClassName
{
background-color: #2D8D6A;
}
</style>
border-color css
<style>
span { border-color: #2D8D6A; }
span { border-color: rgb(45,141,106); }
td.TdClassName
{
border-color: #2D8D6A;
}
.TagClassName
{
border-color: #2D8D6A;
}
</style>