Shades of Elf Green #28856B
Tints of Elf Green #28856B
RGB
CMYK
RGB Variations
Color information
#28856B (or 0x28856B) is known color: Elf Green. HEX triplet: 28, 85 and 6B. RGB value is (40,133,107). Sum of RGB (Red+Green+Blue) = 40+133+107=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #28856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28856B is #D77A94. Grayscale: #666666. Windows color (decimal): -14121621 or 7046440. OLE color: 7046440.
HSL color Cylindrical-coordinate representation of color #28856B: hue angle of 163.23º degrees, saturation: 0.54, 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 #28856B is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 107 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.48 |
| HSL | 163.23º | 0.54% | 0.34% | - |
| HSV(B) | 163.23º | 0.7% | 0.52% | - |
| XYZ | 11.92 | 18.29 | 16.81 | - |
| YUV | 102.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 107 | 0.70 | 0 | 0.20 | 0.48 | 163.23 | 0.54 | 0.34 |
| Hex | 28 | 85 | 6B | 46 | 0 | 14 | 30 | A3 | 36 | 22 |
| Octal | 50 | 205 | 153 | 106 | 0 | 24 | 60 | 243 | 66 | 42 |
| Binary | 101000 | 10000101 | 1101011 | 1000110 | 0 | 10100 | 110000 | 10100011 | 110110 | 100010 |
Color Harmonies of #28856B
Complementary color
Monochromatic Colors of #28856B
Black with #28856B
Text Example
Text Example
White with #28856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28856B; }
p { color: rgb(40,133,107); }
H1.HeaderClassName
{
color: #28856B;
}
.AnyTagClassName
{
color: #28856B;
}
</style>
background-color css
<style>
a { background-color: #28856B; }
a { background-color: rgb(40,133,107); }
div.DivClassName
{
background-color: #28856B;
}
.BgClassName
{
background-color: #28856B;
}
</style>
border-color css
<style>
span { border-color: #28856B; }
span { border-color: rgb(40,133,107); }
td.TdClassName
{
border-color: #28856B;
}
.TagClassName
{
border-color: #28856B;
}
</style>