Shades of Elf Green #28876D
Tints of Elf Green #28876D
RGB
CMYK
RGB Variations
Color information
#28876D (or 0x28876D) is known color: Elf Green. HEX triplet: 28, 87 and 6D. RGB value is (40,135,109). Sum of RGB (Red+Green+Blue) = 40+135+109=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #28876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28876D is #D77892. Grayscale: #676767. Windows color (decimal): -14121107 or 7178024. OLE color: 7178024.
HSL color Cylindrical-coordinate representation of color #28876D: hue angle of 163.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28876D is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 109 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.47 |
| HSL | 163.58º | 0.54% | 0.34% | - |
| HSV(B) | 163.58º | 0.7% | 0.53% | - |
| XYZ | 12.3 | 18.88 | 17.46 | - |
| YUV | 103.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 109 | 0.70 | 0 | 0.19 | 0.47 | 163.58 | 0.54 | 0.34 |
| Hex | 28 | 87 | 6D | 46 | 0 | 13 | 2F | A4 | 36 | 22 |
| Octal | 50 | 207 | 155 | 106 | 0 | 23 | 57 | 244 | 66 | 42 |
| Binary | 101000 | 10000111 | 1101101 | 1000110 | 0 | 10011 | 101111 | 10100100 | 110110 | 100010 |
Color Harmonies of #28876D
Complementary color
Monochromatic Colors of #28876D
Black with #28876D
Text Example
Text Example
White with #28876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28876D; }
p { color: rgb(40,135,109); }
H1.HeaderClassName
{
color: #28876D;
}
.AnyTagClassName
{
color: #28876D;
}
</style>
background-color css
<style>
a { background-color: #28876D; }
a { background-color: rgb(40,135,109); }
div.DivClassName
{
background-color: #28876D;
}
.BgClassName
{
background-color: #28876D;
}
</style>
border-color css
<style>
span { border-color: #28876D; }
span { border-color: rgb(40,135,109); }
td.TdClassName
{
border-color: #28876D;
}
.TagClassName
{
border-color: #28876D;
}
</style>