Shades of Elf Green #28996F
Tints of Elf Green #28996F
RGB
CMYK
RGB Variations
Color information
#28996F (or 0x28996F) is known color: Elf Green. HEX triplet: 28, 99 and 6F. RGB value is (40,153,111). Sum of RGB (Red+Green+Blue) = 40+153+111=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #28996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28996F is #D76690. Grayscale: #727272. Windows color (decimal): -14116497 or 7313704. OLE color: 7313704.
HSL color Cylindrical-coordinate representation of color #28996F: hue angle of 157.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28996F is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 111 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.4 |
| HSL | 157.7º | 0.59% | 0.38% | - |
| HSV(B) | 157.7º | 0.74% | 0.6% | - |
| XYZ | 15.14 | 24.38 | 18.95 | - |
| YUV | 114.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 111 | 0.74 | 0 | 0.27 | 0.4 | 157.7 | 0.59 | 0.38 |
| Hex | 28 | 99 | 6F | 4A | 0 | 1B | 28 | 9E | 3B | 26 |
| Octal | 50 | 231 | 157 | 112 | 0 | 33 | 50 | 236 | 73 | 46 |
| Binary | 101000 | 10011001 | 1101111 | 1001010 | 0 | 11011 | 101000 | 10011110 | 111011 | 100110 |
Color Harmonies of #28996F
Complementary color
Monochromatic Colors of #28996F
Black with #28996F
Text Example
Text Example
White with #28996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28996F; }
p { color: rgb(40,153,111); }
H1.HeaderClassName
{
color: #28996F;
}
.AnyTagClassName
{
color: #28996F;
}
</style>
background-color css
<style>
a { background-color: #28996F; }
a { background-color: rgb(40,153,111); }
div.DivClassName
{
background-color: #28996F;
}
.BgClassName
{
background-color: #28996F;
}
</style>
border-color css
<style>
span { border-color: #28996F; }
span { border-color: rgb(40,153,111); }
td.TdClassName
{
border-color: #28996F;
}
.TagClassName
{
border-color: #28996F;
}
</style>