Shades of Elf Green #248C77
Tints of Elf Green #248C77
RGB
CMYK
RGB Variations
Color information
#248C77 (or 0x248C77) is known color: Elf Green. HEX triplet: 24, 8C and 77. RGB value is (36,140,119). Sum of RGB (Red+Green+Blue) = 36+140+119=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #248C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C77 is #DB7388. Grayscale: #6A6A6A. Windows color (decimal): -14381961 or 7834660. OLE color: 7834660.
HSL color Cylindrical-coordinate representation of color #248C77: hue angle of 167.88º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C77 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 119 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.45 |
| HSL | 167.88º | 0.59% | 0.35% | - |
| HSV(B) | 167.88º | 0.74% | 0.55% | - |
| XYZ | 13.44 | 20.46 | 20.69 | - |
| YUV | 106.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 119 | 0.74 | 0 | 0.15 | 0.45 | 167.88 | 0.59 | 0.35 |
| Hex | 24 | 8C | 77 | 4A | 0 | F | 2D | A8 | 3B | 23 |
| Octal | 44 | 214 | 167 | 112 | 0 | 17 | 55 | 250 | 73 | 43 |
| Binary | 100100 | 10001100 | 1110111 | 1001010 | 0 | 1111 | 101101 | 10101000 | 111011 | 100011 |
Color Harmonies of #248C77
Complementary color
Monochromatic Colors of #248C77
Black with #248C77
Text Example
Text Example
White with #248C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C77; }
p { color: rgb(36,140,119); }
H1.HeaderClassName
{
color: #248C77;
}
.AnyTagClassName
{
color: #248C77;
}
</style>
background-color css
<style>
a { background-color: #248C77; }
a { background-color: rgb(36,140,119); }
div.DivClassName
{
background-color: #248C77;
}
.BgClassName
{
background-color: #248C77;
}
</style>
border-color css
<style>
span { border-color: #248C77; }
span { border-color: rgb(36,140,119); }
td.TdClassName
{
border-color: #248C77;
}
.TagClassName
{
border-color: #248C77;
}
</style>