Shades of Elf Green #28916D
Tints of Elf Green #28916D
RGB
CMYK
RGB Variations
Color information
#28916D (or 0x28916D) is known color: Elf Green. HEX triplet: 28, 91 and 6D. RGB value is (40,145,109). Sum of RGB (Red+Green+Blue) = 40+145+109=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #28916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28916D is #D76E92. Grayscale: #6D6D6D. Windows color (decimal): -14118547 or 7180584. OLE color: 7180584.
HSL color Cylindrical-coordinate representation of color #28916D: hue angle of 159.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28916D is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 109 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.43 |
| HSL | 159.43º | 0.57% | 0.36% | - |
| HSV(B) | 159.43º | 0.72% | 0.57% | - |
| XYZ | 13.76 | 21.81 | 17.95 | - |
| YUV | 109.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 109 | 0.72 | 0 | 0.25 | 0.43 | 159.43 | 0.57 | 0.36 |
| Hex | 28 | 91 | 6D | 48 | 0 | 19 | 2B | 9F | 39 | 24 |
| Octal | 50 | 221 | 155 | 110 | 0 | 31 | 53 | 237 | 71 | 44 |
| Binary | 101000 | 10010001 | 1101101 | 1001000 | 0 | 11001 | 101011 | 10011111 | 111001 | 100100 |
Color Harmonies of #28916D
Complementary color
Monochromatic Colors of #28916D
Black with #28916D
Text Example
Text Example
White with #28916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28916D; }
p { color: rgb(40,145,109); }
H1.HeaderClassName
{
color: #28916D;
}
.AnyTagClassName
{
color: #28916D;
}
</style>
background-color css
<style>
a { background-color: #28916D; }
a { background-color: rgb(40,145,109); }
div.DivClassName
{
background-color: #28916D;
}
.BgClassName
{
background-color: #28916D;
}
</style>
border-color css
<style>
span { border-color: #28916D; }
span { border-color: rgb(40,145,109); }
td.TdClassName
{
border-color: #28916D;
}
.TagClassName
{
border-color: #28916D;
}
</style>