Shades of Elf Green #2D8D6C
Tints of Elf Green #2D8D6C
RGB
CMYK
RGB Variations
Color information
#2D8D6C (or 0x2D8D6C) is known color: Elf Green. HEX triplet: 2D, 8D and 6C. RGB value is (45,141,108). Sum of RGB (Red+Green+Blue) = 45+141+108=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D6C is #D27293. Grayscale: #6C6C6C. Windows color (decimal): -13791892 or 7114029. OLE color: 7114029.
HSL color Cylindrical-coordinate representation of color #2D8D6C: hue angle of 159.38º 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 #2D8D6C is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 108 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.45 |
| HSL | 159.38º | 0.52% | 0.36% | - |
| HSV(B) | 159.38º | 0.68% | 0.55% | - |
| XYZ | 13.31 | 20.69 | 17.48 | - |
| YUV | 108.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 108 | 0.68 | 0 | 0.23 | 0.45 | 159.38 | 0.52 | 0.36 |
| Hex | 2D | 8D | 6C | 44 | 0 | 17 | 2D | 9F | 34 | 24 |
| Octal | 55 | 215 | 154 | 104 | 0 | 27 | 55 | 237 | 64 | 44 |
| Binary | 101101 | 10001101 | 1101100 | 1000100 | 0 | 10111 | 101101 | 10011111 | 110100 | 100100 |
Color Harmonies of #2D8D6C
Complementary color
Monochromatic Colors of #2D8D6C
Black with #2D8D6C
Text Example
Text Example
White with #2D8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D6C; }
p { color: rgb(45,141,108); }
H1.HeaderClassName
{
color: #2D8D6C;
}
.AnyTagClassName
{
color: #2D8D6C;
}
</style>
background-color css
<style>
a { background-color: #2D8D6C; }
a { background-color: rgb(45,141,108); }
div.DivClassName
{
background-color: #2D8D6C;
}
.BgClassName
{
background-color: #2D8D6C;
}
</style>
border-color css
<style>
span { border-color: #2D8D6C; }
span { border-color: rgb(45,141,108); }
td.TdClassName
{
border-color: #2D8D6C;
}
.TagClassName
{
border-color: #2D8D6C;
}
</style>