Shades of Elf Green #2D8F76
Tints of Elf Green #2D8F76
RGB
CMYK
RGB Variations
Color information
#2D8F76 (or 0x2D8F76) is known color: Elf Green. HEX triplet: 2D, 8F and 76. RGB value is (45,143,118). Sum of RGB (Red+Green+Blue) = 45+143+118=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8F76 is #D27089. Grayscale: #6E6E6E. Windows color (decimal): -13791370 or 7769901. OLE color: 7769901.
HSL color Cylindrical-coordinate representation of color #2D8F76: hue angle of 164.69º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8F76 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 143 | 118 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.44 |
| HSL | 164.69º | 0.52% | 0.37% | - |
| HSV(B) | 164.69º | 0.69% | 0.56% | - |
| XYZ | 14.17 | 21.51 | 20.54 | - |
| YUV | 110.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 118 | 0.69 | 0 | 0.17 | 0.44 | 164.69 | 0.52 | 0.37 |
| Hex | 2D | 8F | 76 | 45 | 0 | 11 | 2C | A5 | 34 | 25 |
| Octal | 55 | 217 | 166 | 105 | 0 | 21 | 54 | 245 | 64 | 45 |
| Binary | 101101 | 10001111 | 1110110 | 1000101 | 0 | 10001 | 101100 | 10100101 | 110100 | 100101 |
Color Harmonies of #2D8F76
Complementary color
Monochromatic Colors of #2D8F76
Black with #2D8F76
Text Example
Text Example
White with #2D8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8F76; }
p { color: rgb(45,143,118); }
H1.HeaderClassName
{
color: #2D8F76;
}
.AnyTagClassName
{
color: #2D8F76;
}
</style>
background-color css
<style>
a { background-color: #2D8F76; }
a { background-color: rgb(45,143,118); }
div.DivClassName
{
background-color: #2D8F76;
}
.BgClassName
{
background-color: #2D8F76;
}
</style>
border-color css
<style>
span { border-color: #2D8F76; }
span { border-color: rgb(45,143,118); }
td.TdClassName
{
border-color: #2D8F76;
}
.TagClassName
{
border-color: #2D8F76;
}
</style>