Shades of Elf Green #28876F
Tints of Elf Green #28876F
RGB
CMYK
RGB Variations
Color information
#28876F (or 0x28876F) is known color: Elf Green. HEX triplet: 28, 87 and 6F. RGB value is (40,135,111). Sum of RGB (Red+Green+Blue) = 40+135+111=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #28876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28876F is #D77890. Grayscale: #676767. Windows color (decimal): -14121105 or 7309096. OLE color: 7309096.
HSL color Cylindrical-coordinate representation of color #28876F: hue angle of 164.84º 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 #28876F is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 111 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.47 |
| HSL | 164.84º | 0.54% | 0.34% | - |
| HSV(B) | 164.84º | 0.7% | 0.53% | - |
| XYZ | 12.41 | 18.93 | 18.04 | - |
| YUV | 103.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 111 | 0.70 | 0 | 0.18 | 0.47 | 164.84 | 0.54 | 0.34 |
| Hex | 28 | 87 | 6F | 46 | 0 | 12 | 2F | A5 | 36 | 22 |
| Octal | 50 | 207 | 157 | 106 | 0 | 22 | 57 | 245 | 66 | 42 |
| Binary | 101000 | 10000111 | 1101111 | 1000110 | 0 | 10010 | 101111 | 10100101 | 110110 | 100010 |
Color Harmonies of #28876F
Complementary color
Monochromatic Colors of #28876F
Black with #28876F
Text Example
Text Example
White with #28876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28876F; }
p { color: rgb(40,135,111); }
H1.HeaderClassName
{
color: #28876F;
}
.AnyTagClassName
{
color: #28876F;
}
</style>
background-color css
<style>
a { background-color: #28876F; }
a { background-color: rgb(40,135,111); }
div.DivClassName
{
background-color: #28876F;
}
.BgClassName
{
background-color: #28876F;
}
</style>
border-color css
<style>
span { border-color: #28876F; }
span { border-color: rgb(40,135,111); }
td.TdClassName
{
border-color: #28876F;
}
.TagClassName
{
border-color: #28876F;
}
</style>