Shades of Elf Green #28916C
Tints of Elf Green #28916C
RGB
CMYK
RGB Variations
Color information
#28916C (or 0x28916C) is known color: Elf Green. HEX triplet: 28, 91 and 6C. RGB value is (40,145,108). Sum of RGB (Red+Green+Blue) = 40+145+108=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #28916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28916C is #D76E93. Grayscale: #6D6D6D. Windows color (decimal): -14118548 or 7115048. OLE color: 7115048.
HSL color Cylindrical-coordinate representation of color #28916C: hue angle of 158.86º 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 #28916C is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 108 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.43 |
| HSL | 158.86º | 0.57% | 0.36% | - |
| HSV(B) | 158.86º | 0.72% | 0.57% | - |
| XYZ | 13.71 | 21.78 | 17.67 | - |
| YUV | 109.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 108 | 0.72 | 0 | 0.26 | 0.43 | 158.86 | 0.57 | 0.36 |
| Hex | 28 | 91 | 6C | 48 | 0 | 1A | 2B | 9F | 39 | 24 |
| Octal | 50 | 221 | 154 | 110 | 0 | 32 | 53 | 237 | 71 | 44 |
| Binary | 101000 | 10010001 | 1101100 | 1001000 | 0 | 11010 | 101011 | 10011111 | 111001 | 100100 |
Color Harmonies of #28916C
Complementary color
Monochromatic Colors of #28916C
Black with #28916C
Text Example
Text Example
White with #28916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28916C; }
p { color: rgb(40,145,108); }
H1.HeaderClassName
{
color: #28916C;
}
.AnyTagClassName
{
color: #28916C;
}
</style>
background-color css
<style>
a { background-color: #28916C; }
a { background-color: rgb(40,145,108); }
div.DivClassName
{
background-color: #28916C;
}
.BgClassName
{
background-color: #28916C;
}
</style>
border-color css
<style>
span { border-color: #28916C; }
span { border-color: rgb(40,145,108); }
td.TdClassName
{
border-color: #28916C;
}
.TagClassName
{
border-color: #28916C;
}
</style>