Shades of Elf Green #248160
Tints of Elf Green #248160
RGB
CMYK
RGB Variations
Color information
#248160 (or 0x248160) is known color: Elf Green. HEX triplet: 24, 81 and 60. RGB value is (36,129,96). Sum of RGB (Red+Green+Blue) = 36+129+96=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #248160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248160 is #DB7E9F. Grayscale: #616161. Windows color (decimal): -14384800 or 6324516. OLE color: 6324516.
HSL color Cylindrical-coordinate representation of color #248160: hue angle of 158.71º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248160 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 96 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.49 |
| HSL | 158.71º | 0.56% | 0.32% | - |
| HSV(B) | 158.71º | 0.72% | 0.51% | - |
| XYZ | 10.69 | 16.92 | 13.77 | - |
| YUV | 97.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 96 | 0.72 | 0 | 0.26 | 0.49 | 158.71 | 0.56 | 0.32 |
| Hex | 24 | 81 | 60 | 48 | 0 | 1A | 31 | 9F | 38 | 20 |
| Octal | 44 | 201 | 140 | 110 | 0 | 32 | 61 | 237 | 70 | 40 |
| Binary | 100100 | 10000001 | 1100000 | 1001000 | 0 | 11010 | 110001 | 10011111 | 111000 | 100000 |
Color Harmonies of #248160
Complementary color
Monochromatic Colors of #248160
Black with #248160
Text Example
Text Example
White with #248160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248160; }
p { color: rgb(36,129,96); }
H1.HeaderClassName
{
color: #248160;
}
.AnyTagClassName
{
color: #248160;
}
</style>
background-color css
<style>
a { background-color: #248160; }
a { background-color: rgb(36,129,96); }
div.DivClassName
{
background-color: #248160;
}
.BgClassName
{
background-color: #248160;
}
</style>
border-color css
<style>
span { border-color: #248160; }
span { border-color: rgb(36,129,96); }
td.TdClassName
{
border-color: #248160;
}
.TagClassName
{
border-color: #248160;
}
</style>