Shades of Elf Green #28956B
Tints of Elf Green #28956B
RGB
CMYK
RGB Variations
Color information
#28956B (or 0x28956B) is known color: Elf Green. HEX triplet: 28, 95 and 6B. RGB value is (40,149,107). Sum of RGB (Red+Green+Blue) = 40+149+107=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #28956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28956B is #D76A94. Grayscale: #6F6F6F. Windows color (decimal): -14117525 or 7050536. OLE color: 7050536.
HSL color Cylindrical-coordinate representation of color #28956B: hue angle of 156.88º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28956B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 107 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.42 |
| HSL | 156.88º | 0.58% | 0.37% | - |
| HSV(B) | 156.88º | 0.73% | 0.58% | - |
| XYZ | 14.28 | 23.01 | 17.6 | - |
| YUV | 111.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 107 | 0.73 | 0 | 0.28 | 0.42 | 156.88 | 0.58 | 0.37 |
| Hex | 28 | 95 | 6B | 49 | 0 | 1C | 2A | 9D | 3A | 25 |
| Octal | 50 | 225 | 153 | 111 | 0 | 34 | 52 | 235 | 72 | 45 |
| Binary | 101000 | 10010101 | 1101011 | 1001001 | 0 | 11100 | 101010 | 10011101 | 111010 | 100101 |
Color Harmonies of #28956B
Complementary color
Monochromatic Colors of #28956B
Black with #28956B
Text Example
Text Example
White with #28956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28956B; }
p { color: rgb(40,149,107); }
H1.HeaderClassName
{
color: #28956B;
}
.AnyTagClassName
{
color: #28956B;
}
</style>
background-color css
<style>
a { background-color: #28956B; }
a { background-color: rgb(40,149,107); }
div.DivClassName
{
background-color: #28956B;
}
.BgClassName
{
background-color: #28956B;
}
</style>
border-color css
<style>
span { border-color: #28956B; }
span { border-color: rgb(40,149,107); }
td.TdClassName
{
border-color: #28956B;
}
.TagClassName
{
border-color: #28956B;
}
</style>