Shades of Elf Green #28876C
Tints of Elf Green #28876C
RGB
CMYK
RGB Variations
Color information
#28876C (or 0x28876C) is known color: Elf Green. HEX triplet: 28, 87 and 6C. RGB value is (40,135,108). Sum of RGB (Red+Green+Blue) = 40+135+108=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #28876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28876C is #D77893. Grayscale: #676767. Windows color (decimal): -14121108 or 7112488. OLE color: 7112488.
HSL color Cylindrical-coordinate representation of color #28876C: hue angle of 162.95º 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 #28876C is Cyan = 0.70, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 108 | - |
| CMYK | 0.70 | 0 | 0.2 | 0.47 |
| HSL | 162.95º | 0.54% | 0.34% | - |
| HSV(B) | 162.95º | 0.7% | 0.53% | - |
| XYZ | 12.25 | 18.86 | 17.18 | - |
| YUV | 103.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 108 | 0.70 | 0 | 0.2 | 0.47 | 162.95 | 0.54 | 0.34 |
| Hex | 28 | 87 | 6C | 46 | 0 | 14 | 2F | A3 | 36 | 22 |
| Octal | 50 | 207 | 154 | 106 | 0 | 24 | 57 | 243 | 66 | 42 |
| Binary | 101000 | 10000111 | 1101100 | 1000110 | 0 | 10100 | 101111 | 10100011 | 110110 | 100010 |
Color Harmonies of #28876C
Complementary color
Monochromatic Colors of #28876C
Black with #28876C
Text Example
Text Example
White with #28876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28876C; }
p { color: rgb(40,135,108); }
H1.HeaderClassName
{
color: #28876C;
}
.AnyTagClassName
{
color: #28876C;
}
</style>
background-color css
<style>
a { background-color: #28876C; }
a { background-color: rgb(40,135,108); }
div.DivClassName
{
background-color: #28876C;
}
.BgClassName
{
background-color: #28876C;
}
</style>
border-color css
<style>
span { border-color: #28876C; }
span { border-color: rgb(40,135,108); }
td.TdClassName
{
border-color: #28876C;
}
.TagClassName
{
border-color: #28876C;
}
</style>