Shades of Elf Green #28896C
Tints of Elf Green #28896C
RGB
CMYK
RGB Variations
Color information
#28896C (or 0x28896C) is known color: Elf Green. HEX triplet: 28, 89 and 6C. RGB value is (40,137,108). Sum of RGB (Red+Green+Blue) = 40+137+108=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #28896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896C is #D77693. Grayscale: #686868. Windows color (decimal): -14120596 or 7113000. OLE color: 7113000.
HSL color Cylindrical-coordinate representation of color #28896C: hue angle of 162.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28896C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 108 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.46 |
| HSL | 162.06º | 0.55% | 0.35% | - |
| HSV(B) | 162.06º | 0.71% | 0.54% | - |
| XYZ | 12.53 | 19.43 | 17.28 | - |
| YUV | 104.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 108 | 0.71 | 0 | 0.21 | 0.46 | 162.06 | 0.55 | 0.35 |
| Hex | 28 | 89 | 6C | 47 | 0 | 15 | 2E | A2 | 37 | 23 |
| Octal | 50 | 211 | 154 | 107 | 0 | 25 | 56 | 242 | 67 | 43 |
| Binary | 101000 | 10001001 | 1101100 | 1000111 | 0 | 10101 | 101110 | 10100010 | 110111 | 100011 |
Color Harmonies of #28896C
Complementary color
Monochromatic Colors of #28896C
Black with #28896C
Text Example
Text Example
White with #28896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28896C; }
p { color: rgb(40,137,108); }
H1.HeaderClassName
{
color: #28896C;
}
.AnyTagClassName
{
color: #28896C;
}
</style>
background-color css
<style>
a { background-color: #28896C; }
a { background-color: rgb(40,137,108); }
div.DivClassName
{
background-color: #28896C;
}
.BgClassName
{
background-color: #28896C;
}
</style>
border-color css
<style>
span { border-color: #28896C; }
span { border-color: rgb(40,137,108); }
td.TdClassName
{
border-color: #28896C;
}
.TagClassName
{
border-color: #28896C;
}
</style>