Shades of Elf Green #28936D
Tints of Elf Green #28936D
RGB
CMYK
RGB Variations
Color information
#28936D (or 0x28936D) is known color: Elf Green. HEX triplet: 28, 93 and 6D. RGB value is (40,147,109). Sum of RGB (Red+Green+Blue) = 40+147+109=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #28936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28936D is #D76C92. Grayscale: #6E6E6E. Windows color (decimal): -14118035 or 7181096. OLE color: 7181096.
HSL color Cylindrical-coordinate representation of color #28936D: hue angle of 158.69º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28936D is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 109 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.42 |
| HSL | 158.69º | 0.57% | 0.37% | - |
| HSV(B) | 158.69º | 0.73% | 0.58% | - |
| XYZ | 14.07 | 22.42 | 18.05 | - |
| YUV | 110.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 109 | 0.73 | 0 | 0.26 | 0.42 | 158.69 | 0.57 | 0.37 |
| Hex | 28 | 93 | 6D | 49 | 0 | 1A | 2A | 9F | 39 | 25 |
| Octal | 50 | 223 | 155 | 111 | 0 | 32 | 52 | 237 | 71 | 45 |
| Binary | 101000 | 10010011 | 1101101 | 1001001 | 0 | 11010 | 101010 | 10011111 | 111001 | 100101 |
Color Harmonies of #28936D
Complementary color
Monochromatic Colors of #28936D
Black with #28936D
Text Example
Text Example
White with #28936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28936D; }
p { color: rgb(40,147,109); }
H1.HeaderClassName
{
color: #28936D;
}
.AnyTagClassName
{
color: #28936D;
}
</style>
background-color css
<style>
a { background-color: #28936D; }
a { background-color: rgb(40,147,109); }
div.DivClassName
{
background-color: #28936D;
}
.BgClassName
{
background-color: #28936D;
}
</style>
border-color css
<style>
span { border-color: #28936D; }
span { border-color: rgb(40,147,109); }
td.TdClassName
{
border-color: #28936D;
}
.TagClassName
{
border-color: #28936D;
}
</style>