Shades of Elf Green #28846B
Tints of Elf Green #28846B
RGB
CMYK
RGB Variations
Color information
#28846B (or 0x28846B) is known color: Elf Green. HEX triplet: 28, 84 and 6B. RGB value is (40,132,107). Sum of RGB (Red+Green+Blue) = 40+132+107=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #28846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28846B is #D77B94. Grayscale: #656565. Windows color (decimal): -14121877 or 7046184. OLE color: 7046184.
HSL color Cylindrical-coordinate representation of color #28846B: hue angle of 163.7º 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 #28846B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 107 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.48 |
| HSL | 163.7º | 0.53% | 0.34% | - |
| HSV(B) | 163.7º | 0.7% | 0.52% | - |
| XYZ | 11.78 | 18.02 | 16.77 | - |
| YUV | 101.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 107 | 0.70 | 0 | 0.19 | 0.48 | 163.7 | 0.53 | 0.34 |
| Hex | 28 | 84 | 6B | 46 | 0 | 13 | 30 | A4 | 35 | 22 |
| Octal | 50 | 204 | 153 | 106 | 0 | 23 | 60 | 244 | 65 | 42 |
| Binary | 101000 | 10000100 | 1101011 | 1000110 | 0 | 10011 | 110000 | 10100100 | 110101 | 100010 |
Color Harmonies of #28846B
Complementary color
Monochromatic Colors of #28846B
Black with #28846B
Text Example
Text Example
White with #28846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28846B; }
p { color: rgb(40,132,107); }
H1.HeaderClassName
{
color: #28846B;
}
.AnyTagClassName
{
color: #28846B;
}
</style>
background-color css
<style>
a { background-color: #28846B; }
a { background-color: rgb(40,132,107); }
div.DivClassName
{
background-color: #28846B;
}
.BgClassName
{
background-color: #28846B;
}
</style>
border-color css
<style>
span { border-color: #28846B; }
span { border-color: rgb(40,132,107); }
td.TdClassName
{
border-color: #28846B;
}
.TagClassName
{
border-color: #28846B;
}
</style>