Shades of Elf Green #248C76
Tints of Elf Green #248C76
RGB
CMYK
RGB Variations
Color information
#248C76 (or 0x248C76) is known color: Elf Green. HEX triplet: 24, 8C and 76. RGB value is (36,140,118). Sum of RGB (Red+Green+Blue) = 36+140+118=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #248C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C76 is #DB7389. Grayscale: #6A6A6A. Windows color (decimal): -14381962 or 7769124. OLE color: 7769124.
HSL color Cylindrical-coordinate representation of color #248C76: hue angle of 167.31º 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 #248C76 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 118 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.45 |
| HSL | 167.31º | 0.59% | 0.35% | - |
| HSV(B) | 167.31º | 0.74% | 0.55% | - |
| XYZ | 13.38 | 20.44 | 20.38 | - |
| YUV | 106.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 118 | 0.74 | 0 | 0.16 | 0.45 | 167.31 | 0.59 | 0.35 |
| Hex | 24 | 8C | 76 | 4A | 0 | 10 | 2D | A7 | 3B | 23 |
| Octal | 44 | 214 | 166 | 112 | 0 | 20 | 55 | 247 | 73 | 43 |
| Binary | 100100 | 10001100 | 1110110 | 1001010 | 0 | 10000 | 101101 | 10100111 | 111011 | 100011 |
Color Harmonies of #248C76
Complementary color
Monochromatic Colors of #248C76
Black with #248C76
Text Example
Text Example
White with #248C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C76; }
p { color: rgb(36,140,118); }
H1.HeaderClassName
{
color: #248C76;
}
.AnyTagClassName
{
color: #248C76;
}
</style>
background-color css
<style>
a { background-color: #248C76; }
a { background-color: rgb(36,140,118); }
div.DivClassName
{
background-color: #248C76;
}
.BgClassName
{
background-color: #248C76;
}
</style>
border-color css
<style>
span { border-color: #248C76; }
span { border-color: rgb(36,140,118); }
td.TdClassName
{
border-color: #248C76;
}
.TagClassName
{
border-color: #248C76;
}
</style>