Shades of Elf Green #248560
Tints of Elf Green #248560
RGB
CMYK
RGB Variations
Color information
#248560 (or 0x248560) is known color: Elf Green. HEX triplet: 24, 85 and 60. RGB value is (36,133,96). Sum of RGB (Red+Green+Blue) = 36+133+96=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #248560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248560 is #DB7A9F. Grayscale: #636363. Windows color (decimal): -14383776 or 6325540. OLE color: 6325540.
HSL color Cylindrical-coordinate representation of color #248560: hue angle of 157.11º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248560 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 96 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.48 |
| HSL | 157.11º | 0.57% | 0.33% | - |
| HSV(B) | 157.11º | 0.73% | 0.52% | - |
| XYZ | 11.23 | 17.99 | 13.95 | - |
| YUV | 99.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 96 | 0.73 | 0 | 0.28 | 0.48 | 157.11 | 0.57 | 0.33 |
| Hex | 24 | 85 | 60 | 49 | 0 | 1C | 30 | 9D | 39 | 21 |
| Octal | 44 | 205 | 140 | 111 | 0 | 34 | 60 | 235 | 71 | 41 |
| Binary | 100100 | 10000101 | 1100000 | 1001001 | 0 | 11100 | 110000 | 10011101 | 111001 | 100001 |
Color Harmonies of #248560
Complementary color
Monochromatic Colors of #248560
Black with #248560
Text Example
Text Example
White with #248560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248560; }
p { color: rgb(36,133,96); }
H1.HeaderClassName
{
color: #248560;
}
.AnyTagClassName
{
color: #248560;
}
</style>
background-color css
<style>
a { background-color: #248560; }
a { background-color: rgb(36,133,96); }
div.DivClassName
{
background-color: #248560;
}
.BgClassName
{
background-color: #248560;
}
</style>
border-color css
<style>
span { border-color: #248560; }
span { border-color: rgb(36,133,96); }
td.TdClassName
{
border-color: #248560;
}
.TagClassName
{
border-color: #248560;
}
</style>