Shades of Elf Green #28976D
Tints of Elf Green #28976D
RGB
CMYK
RGB Variations
Color information
#28976D (or 0x28976D) is known color: Elf Green. HEX triplet: 28, 97 and 6D. RGB value is (40,151,109). Sum of RGB (Red+Green+Blue) = 40+151+109=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #28976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28976D is #D76892. Grayscale: #717171. Windows color (decimal): -14117011 or 7182120. OLE color: 7182120.
HSL color Cylindrical-coordinate representation of color #28976D: hue angle of 157.3º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28976D is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 109 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.41 |
| HSL | 157.3º | 0.58% | 0.37% | - |
| HSV(B) | 157.3º | 0.74% | 0.59% | - |
| XYZ | 14.7 | 23.69 | 18.27 | - |
| YUV | 113.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 109 | 0.74 | 0 | 0.28 | 0.41 | 157.3 | 0.58 | 0.37 |
| Hex | 28 | 97 | 6D | 4A | 0 | 1C | 29 | 9D | 3A | 25 |
| Octal | 50 | 227 | 155 | 112 | 0 | 34 | 51 | 235 | 72 | 45 |
| Binary | 101000 | 10010111 | 1101101 | 1001010 | 0 | 11100 | 101001 | 10011101 | 111010 | 100101 |
Color Harmonies of #28976D
Complementary color
Monochromatic Colors of #28976D
Black with #28976D
Text Example
Text Example
White with #28976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28976D; }
p { color: rgb(40,151,109); }
H1.HeaderClassName
{
color: #28976D;
}
.AnyTagClassName
{
color: #28976D;
}
</style>
background-color css
<style>
a { background-color: #28976D; }
a { background-color: rgb(40,151,109); }
div.DivClassName
{
background-color: #28976D;
}
.BgClassName
{
background-color: #28976D;
}
</style>
border-color css
<style>
span { border-color: #28976D; }
span { border-color: rgb(40,151,109); }
td.TdClassName
{
border-color: #28976D;
}
.TagClassName
{
border-color: #28976D;
}
</style>