Shades of Elf Green #2D876C
Tints of Elf Green #2D876C
RGB
CMYK
RGB Variations
Color information
#2D876C (or 0x2D876C) is known color: Elf Green. HEX triplet: 2D, 87 and 6C. RGB value is (45,135,108). Sum of RGB (Red+Green+Blue) = 45+135+108=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #2D876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D876C is #D27893. Grayscale: #696969. Windows color (decimal): -13793428 or 7112493. OLE color: 7112493.
HSL color Cylindrical-coordinate representation of color #2D876C: hue angle of 162º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D876C is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 108 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.47 |
| HSL | 162º | 0.5% | 0.35% | - |
| HSV(B) | 162º | 0.67% | 0.53% | - |
| XYZ | 12.45 | 18.97 | 17.19 | - |
| YUV | 105.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 108 | 0.67 | 0 | 0.2 | 0.47 | 162 | 0.5 | 0.35 |
| Hex | 2D | 87 | 6C | 43 | 0 | 14 | 2F | A2 | 32 | 23 |
| Octal | 55 | 207 | 154 | 103 | 0 | 24 | 57 | 242 | 62 | 43 |
| Binary | 101101 | 10000111 | 1101100 | 1000011 | 0 | 10100 | 101111 | 10100010 | 110010 | 100011 |
Color Harmonies of #2D876C
Complementary color
Monochromatic Colors of #2D876C
Black with #2D876C
Text Example
Text Example
White with #2D876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D876C; }
p { color: rgb(45,135,108); }
H1.HeaderClassName
{
color: #2D876C;
}
.AnyTagClassName
{
color: #2D876C;
}
</style>
background-color css
<style>
a { background-color: #2D876C; }
a { background-color: rgb(45,135,108); }
div.DivClassName
{
background-color: #2D876C;
}
.BgClassName
{
background-color: #2D876C;
}
</style>
border-color css
<style>
span { border-color: #2D876C; }
span { border-color: rgb(45,135,108); }
td.TdClassName
{
border-color: #2D876C;
}
.TagClassName
{
border-color: #2D876C;
}
</style>