Shades of Elf Green #28846C
Tints of Elf Green #28846C
RGB
CMYK
RGB Variations
Color information
#28846C (or 0x28846C) is known color: Elf Green. HEX triplet: 28, 84 and 6C. RGB value is (40,132,108). Sum of RGB (Red+Green+Blue) = 40+132+108=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #28846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28846C is #D77B93. Grayscale: #656565. Windows color (decimal): -14121876 or 7111720. OLE color: 7111720.
HSL color Cylindrical-coordinate representation of color #28846C: hue angle of 164.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28846C is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 108 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.48 |
| HSL | 164.35º | 0.53% | 0.34% | - |
| HSV(B) | 164.35º | 0.7% | 0.52% | - |
| XYZ | 11.83 | 18.04 | 17.05 | - |
| YUV | 101.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 108 | 0.70 | 0 | 0.18 | 0.48 | 164.35 | 0.53 | 0.34 |
| Hex | 28 | 84 | 6C | 46 | 0 | 12 | 30 | A4 | 35 | 22 |
| Octal | 50 | 204 | 154 | 106 | 0 | 22 | 60 | 244 | 65 | 42 |
| Binary | 101000 | 10000100 | 1101100 | 1000110 | 0 | 10010 | 110000 | 10100100 | 110101 | 100010 |
Color Harmonies of #28846C
Complementary color
Monochromatic Colors of #28846C
Black with #28846C
Text Example
Text Example
White with #28846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28846C; }
p { color: rgb(40,132,108); }
H1.HeaderClassName
{
color: #28846C;
}
.AnyTagClassName
{
color: #28846C;
}
</style>
background-color css
<style>
a { background-color: #28846C; }
a { background-color: rgb(40,132,108); }
div.DivClassName
{
background-color: #28846C;
}
.BgClassName
{
background-color: #28846C;
}
</style>
border-color css
<style>
span { border-color: #28846C; }
span { border-color: rgb(40,132,108); }
td.TdClassName
{
border-color: #28846C;
}
.TagClassName
{
border-color: #28846C;
}
</style>