Shades of Elf Green #28946C
Tints of Elf Green #28946C
RGB
CMYK
RGB Variations
Color information
#28946C (or 0x28946C) is known color: Elf Green. HEX triplet: 28, 94 and 6C. RGB value is (40,148,108). Sum of RGB (Red+Green+Blue) = 40+148+108=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #28946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28946C is #D76B93. Grayscale: #6F6F6F. Windows color (decimal): -14117780 or 7115816. OLE color: 7115816.
HSL color Cylindrical-coordinate representation of color #28946C: hue angle of 157.78º degrees, saturation: 0.57, 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 #28946C is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 108 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.42 |
| HSL | 157.78º | 0.57% | 0.37% | - |
| HSV(B) | 157.78º | 0.73% | 0.58% | - |
| XYZ | 14.17 | 22.71 | 17.82 | - |
| YUV | 111.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 108 | 0.73 | 0 | 0.27 | 0.42 | 157.78 | 0.57 | 0.37 |
| Hex | 28 | 94 | 6C | 49 | 0 | 1B | 2A | 9E | 39 | 25 |
| Octal | 50 | 224 | 154 | 111 | 0 | 33 | 52 | 236 | 71 | 45 |
| Binary | 101000 | 10010100 | 1101100 | 1001001 | 0 | 11011 | 101010 | 10011110 | 111001 | 100101 |
Color Harmonies of #28946C
Complementary color
Monochromatic Colors of #28946C
Black with #28946C
Text Example
Text Example
White with #28946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28946C; }
p { color: rgb(40,148,108); }
H1.HeaderClassName
{
color: #28946C;
}
.AnyTagClassName
{
color: #28946C;
}
</style>
background-color css
<style>
a { background-color: #28946C; }
a { background-color: rgb(40,148,108); }
div.DivClassName
{
background-color: #28946C;
}
.BgClassName
{
background-color: #28946C;
}
</style>
border-color css
<style>
span { border-color: #28946C; }
span { border-color: rgb(40,148,108); }
td.TdClassName
{
border-color: #28946C;
}
.TagClassName
{
border-color: #28946C;
}
</style>