Shades of Elf Green #28846D
Tints of Elf Green #28846D
RGB
CMYK
RGB Variations
Color information
#28846D (or 0x28846D) is known color: Elf Green. HEX triplet: 28, 84 and 6D. RGB value is (40,132,109). Sum of RGB (Red+Green+Blue) = 40+132+109=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #28846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28846D is #D77B92. Grayscale: #656565. Windows color (decimal): -14121875 or 7177256. OLE color: 7177256.
HSL color Cylindrical-coordinate representation of color #28846D: hue angle of 165º 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 #28846D is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 109 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.48 |
| HSL | 165º | 0.53% | 0.34% | - |
| HSV(B) | 165º | 0.7% | 0.52% | - |
| XYZ | 11.89 | 18.06 | 17.33 | - |
| YUV | 101.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 109 | 0.70 | 0 | 0.17 | 0.48 | 165 | 0.53 | 0.34 |
| Hex | 28 | 84 | 6D | 46 | 0 | 11 | 30 | A5 | 35 | 22 |
| Octal | 50 | 204 | 155 | 106 | 0 | 21 | 60 | 245 | 65 | 42 |
| Binary | 101000 | 10000100 | 1101101 | 1000110 | 0 | 10001 | 110000 | 10100101 | 110101 | 100010 |
Color Harmonies of #28846D
Complementary color
Monochromatic Colors of #28846D
Black with #28846D
Text Example
Text Example
White with #28846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28846D; }
p { color: rgb(40,132,109); }
H1.HeaderClassName
{
color: #28846D;
}
.AnyTagClassName
{
color: #28846D;
}
</style>
background-color css
<style>
a { background-color: #28846D; }
a { background-color: rgb(40,132,109); }
div.DivClassName
{
background-color: #28846D;
}
.BgClassName
{
background-color: #28846D;
}
</style>
border-color css
<style>
span { border-color: #28846D; }
span { border-color: rgb(40,132,109); }
td.TdClassName
{
border-color: #28846D;
}
.TagClassName
{
border-color: #28846D;
}
</style>