Shades of Elf Green #2D8666
Tints of Elf Green #2D8666
RGB
CMYK
RGB Variations
Color information
#2D8666 (or 0x2D8666) is known color: Elf Green. HEX triplet: 2D, 86 and 66. RGB value is (45,134,102). Sum of RGB (Red+Green+Blue) = 45+134+102=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8666 is #D27999. Grayscale: #676767. Windows color (decimal): -13793690 or 6719021. OLE color: 6719021.
HSL color Cylindrical-coordinate representation of color #2D8666: hue angle of 158.43º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8666 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 102 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.47 |
| HSL | 158.43º | 0.5% | 0.35% | - |
| HSV(B) | 158.43º | 0.66% | 0.53% | - |
| XYZ | 12.01 | 18.57 | 15.52 | - |
| YUV | 103.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 102 | 0.66 | 0 | 0.24 | 0.47 | 158.43 | 0.5 | 0.35 |
| Hex | 2D | 86 | 66 | 42 | 0 | 18 | 2F | 9E | 32 | 23 |
| Octal | 55 | 206 | 146 | 102 | 0 | 30 | 57 | 236 | 62 | 43 |
| Binary | 101101 | 10000110 | 1100110 | 1000010 | 0 | 11000 | 101111 | 10011110 | 110010 | 100011 |
Color Harmonies of #2D8666
Complementary color
Monochromatic Colors of #2D8666
Black with #2D8666
Text Example
Text Example
White with #2D8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8666; }
p { color: rgb(45,134,102); }
H1.HeaderClassName
{
color: #2D8666;
}
.AnyTagClassName
{
color: #2D8666;
}
</style>
background-color css
<style>
a { background-color: #2D8666; }
a { background-color: rgb(45,134,102); }
div.DivClassName
{
background-color: #2D8666;
}
.BgClassName
{
background-color: #2D8666;
}
</style>
border-color css
<style>
span { border-color: #2D8666; }
span { border-color: rgb(45,134,102); }
td.TdClassName
{
border-color: #2D8666;
}
.TagClassName
{
border-color: #2D8666;
}
</style>