Shades of Elf Green #28896B
Tints of Elf Green #28896B
RGB
CMYK
RGB Variations
Color information
#28896B (or 0x28896B) is known color: Elf Green. HEX triplet: 28, 89 and 6B. RGB value is (40,137,107). Sum of RGB (Red+Green+Blue) = 40+137+107=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #28896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896B is #D77694. Grayscale: #686868. Windows color (decimal): -14120597 or 7047464. OLE color: 7047464.
HSL color Cylindrical-coordinate representation of color #28896B: hue angle of 161.44º 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 #28896B is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 107 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.46 |
| HSL | 161.44º | 0.55% | 0.35% | - |
| HSV(B) | 161.44º | 0.71% | 0.54% | - |
| XYZ | 12.47 | 19.4 | 17 | - |
| YUV | 104.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 107 | 0.71 | 0 | 0.22 | 0.46 | 161.44 | 0.55 | 0.35 |
| Hex | 28 | 89 | 6B | 47 | 0 | 16 | 2E | A1 | 37 | 23 |
| Octal | 50 | 211 | 153 | 107 | 0 | 26 | 56 | 241 | 67 | 43 |
| Binary | 101000 | 10001001 | 1101011 | 1000111 | 0 | 10110 | 101110 | 10100001 | 110111 | 100011 |
Color Harmonies of #28896B
Complementary color
Monochromatic Colors of #28896B
Black with #28896B
Text Example
Text Example
White with #28896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28896B; }
p { color: rgb(40,137,107); }
H1.HeaderClassName
{
color: #28896B;
}
.AnyTagClassName
{
color: #28896B;
}
</style>
background-color css
<style>
a { background-color: #28896B; }
a { background-color: rgb(40,137,107); }
div.DivClassName
{
background-color: #28896B;
}
.BgClassName
{
background-color: #28896B;
}
</style>
border-color css
<style>
span { border-color: #28896B; }
span { border-color: rgb(40,137,107); }
td.TdClassName
{
border-color: #28896B;
}
.TagClassName
{
border-color: #28896B;
}
</style>