Shades of Elf Green #2D886D
Tints of Elf Green #2D886D
RGB
CMYK
RGB Variations
Color information
#2D886D (or 0x2D886D) is known color: Elf Green. HEX triplet: 2D, 88 and 6D. RGB value is (45,136,109). Sum of RGB (Red+Green+Blue) = 45+136+109=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #2D886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D886D is #D27792. Grayscale: #696969. Windows color (decimal): -13793171 or 7178285. OLE color: 7178285.
HSL color Cylindrical-coordinate representation of color #2D886D: hue angle of 162.2º 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 #2D886D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 109 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.47 |
| HSL | 162.2º | 0.5% | 0.35% | - |
| HSV(B) | 162.2º | 0.67% | 0.53% | - |
| XYZ | 12.65 | 19.27 | 17.52 | - |
| YUV | 105.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 109 | 0.67 | 0 | 0.20 | 0.47 | 162.2 | 0.5 | 0.35 |
| Hex | 2D | 88 | 6D | 43 | 0 | 14 | 2F | A2 | 32 | 23 |
| Octal | 55 | 210 | 155 | 103 | 0 | 24 | 57 | 242 | 62 | 43 |
| Binary | 101101 | 10001000 | 1101101 | 1000011 | 0 | 10100 | 101111 | 10100010 | 110010 | 100011 |
Color Harmonies of #2D886D
Complementary color
Monochromatic Colors of #2D886D
Black with #2D886D
Text Example
Text Example
White with #2D886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D886D; }
p { color: rgb(45,136,109); }
H1.HeaderClassName
{
color: #2D886D;
}
.AnyTagClassName
{
color: #2D886D;
}
</style>
background-color css
<style>
a { background-color: #2D886D; }
a { background-color: rgb(45,136,109); }
div.DivClassName
{
background-color: #2D886D;
}
.BgClassName
{
background-color: #2D886D;
}
</style>
border-color css
<style>
span { border-color: #2D886D; }
span { border-color: rgb(45,136,109); }
td.TdClassName
{
border-color: #2D886D;
}
.TagClassName
{
border-color: #2D886D;
}
</style>