Shades of Elf Green #28866D
Tints of Elf Green #28866D
RGB
CMYK
RGB Variations
Color information
#28866D (or 0x28866D) is known color: Elf Green. HEX triplet: 28, 86 and 6D. RGB value is (40,134,109). Sum of RGB (Red+Green+Blue) = 40+134+109=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #28866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28866D is #D77992. Grayscale: #676767. Windows color (decimal): -14121363 or 7177768. OLE color: 7177768.
HSL color Cylindrical-coordinate representation of color #28866D: hue angle of 164.04º 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 #28866D is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 109 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.47 |
| HSL | 164.04º | 0.54% | 0.34% | - |
| HSV(B) | 164.04º | 0.7% | 0.53% | - |
| XYZ | 12.16 | 18.61 | 17.42 | - |
| YUV | 103.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 109 | 0.70 | 0 | 0.19 | 0.47 | 164.04 | 0.54 | 0.34 |
| Hex | 28 | 86 | 6D | 46 | 0 | 13 | 2F | A4 | 36 | 22 |
| Octal | 50 | 206 | 155 | 106 | 0 | 23 | 57 | 244 | 66 | 42 |
| Binary | 101000 | 10000110 | 1101101 | 1000110 | 0 | 10011 | 101111 | 10100100 | 110110 | 100010 |
Color Harmonies of #28866D
Complementary color
Monochromatic Colors of #28866D
Black with #28866D
Text Example
Text Example
White with #28866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28866D; }
p { color: rgb(40,134,109); }
H1.HeaderClassName
{
color: #28866D;
}
.AnyTagClassName
{
color: #28866D;
}
</style>
background-color css
<style>
a { background-color: #28866D; }
a { background-color: rgb(40,134,109); }
div.DivClassName
{
background-color: #28866D;
}
.BgClassName
{
background-color: #28866D;
}
</style>
border-color css
<style>
span { border-color: #28866D; }
span { border-color: rgb(40,134,109); }
td.TdClassName
{
border-color: #28866D;
}
.TagClassName
{
border-color: #28866D;
}
</style>