Shades of Elf Green #28926F
Tints of Elf Green #28926F
RGB
CMYK
RGB Variations
Color information
#28926F (or 0x28926F) is known color: Elf Green. HEX triplet: 28, 92 and 6F. RGB value is (40,146,111). Sum of RGB (Red+Green+Blue) = 40+146+111=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #28926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28926F is #D76D90. Grayscale: #6E6E6E. Windows color (decimal): -14118289 or 7311912. OLE color: 7311912.
HSL color Cylindrical-coordinate representation of color #28926F: hue angle of 160.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28926F is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 111 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.43 |
| HSL | 160.19º | 0.57% | 0.36% | - |
| HSV(B) | 160.19º | 0.73% | 0.57% | - |
| XYZ | 14.02 | 22.16 | 18.58 | - |
| YUV | 110.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 111 | 0.73 | 0 | 0.24 | 0.43 | 160.19 | 0.57 | 0.36 |
| Hex | 28 | 92 | 6F | 49 | 0 | 18 | 2B | A0 | 39 | 24 |
| Octal | 50 | 222 | 157 | 111 | 0 | 30 | 53 | 240 | 71 | 44 |
| Binary | 101000 | 10010010 | 1101111 | 1001001 | 0 | 11000 | 101011 | 10100000 | 111001 | 100100 |
Color Harmonies of #28926F
Complementary color
Monochromatic Colors of #28926F
Black with #28926F
Text Example
Text Example
White with #28926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28926F; }
p { color: rgb(40,146,111); }
H1.HeaderClassName
{
color: #28926F;
}
.AnyTagClassName
{
color: #28926F;
}
</style>
background-color css
<style>
a { background-color: #28926F; }
a { background-color: rgb(40,146,111); }
div.DivClassName
{
background-color: #28926F;
}
.BgClassName
{
background-color: #28926F;
}
</style>
border-color css
<style>
span { border-color: #28926F; }
span { border-color: rgb(40,146,111); }
td.TdClassName
{
border-color: #28926F;
}
.TagClassName
{
border-color: #28926F;
}
</style>