Shades of Elf Green #248B71
Tints of Elf Green #248B71
RGB
CMYK
RGB Variations
Color information
#248B71 (or 0x248B71) is known color: Elf Green. HEX triplet: 24, 8B and 71. RGB value is (36,139,113). Sum of RGB (Red+Green+Blue) = 36+139+113=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #248B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B71 is #DB748E. Grayscale: #696969. Windows color (decimal): -14382223 or 7441188. OLE color: 7441188.
HSL color Cylindrical-coordinate representation of color #248B71: hue angle of 164.85º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B71 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 113 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.45 |
| HSL | 164.85º | 0.59% | 0.34% | - |
| HSV(B) | 164.85º | 0.74% | 0.55% | - |
| XYZ | 12.94 | 20.03 | 18.81 | - |
| YUV | 105.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 113 | 0.74 | 0 | 0.19 | 0.45 | 164.85 | 0.59 | 0.34 |
| Hex | 24 | 8B | 71 | 4A | 0 | 13 | 2D | A5 | 3B | 22 |
| Octal | 44 | 213 | 161 | 112 | 0 | 23 | 55 | 245 | 73 | 42 |
| Binary | 100100 | 10001011 | 1110001 | 1001010 | 0 | 10011 | 101101 | 10100101 | 111011 | 100010 |
Color Harmonies of #248B71
Complementary color
Monochromatic Colors of #248B71
Black with #248B71
Text Example
Text Example
White with #248B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B71; }
p { color: rgb(36,139,113); }
H1.HeaderClassName
{
color: #248B71;
}
.AnyTagClassName
{
color: #248B71;
}
</style>
background-color css
<style>
a { background-color: #248B71; }
a { background-color: rgb(36,139,113); }
div.DivClassName
{
background-color: #248B71;
}
.BgClassName
{
background-color: #248B71;
}
</style>
border-color css
<style>
span { border-color: #248B71; }
span { border-color: rgb(36,139,113); }
td.TdClassName
{
border-color: #248B71;
}
.TagClassName
{
border-color: #248B71;
}
</style>