Shades of Elf Green #248A71
Tints of Elf Green #248A71
RGB
CMYK
RGB Variations
Color information
#248A71 (or 0x248A71) is known color: Elf Green. HEX triplet: 24, 8A and 71. RGB value is (36,138,113). Sum of RGB (Red+Green+Blue) = 36+138+113=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #248A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A71 is #DB758E. Grayscale: #686868. Windows color (decimal): -14382479 or 7440932. OLE color: 7440932.
HSL color Cylindrical-coordinate representation of color #248A71: hue angle of 165.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A71 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 113 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.46 |
| HSL | 165.29º | 0.59% | 0.34% | - |
| HSV(B) | 165.29º | 0.74% | 0.54% | - |
| XYZ | 12.8 | 19.74 | 18.76 | - |
| YUV | 104.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 113 | 0.74 | 0 | 0.18 | 0.46 | 165.29 | 0.59 | 0.34 |
| Hex | 24 | 8A | 71 | 4A | 0 | 12 | 2E | A5 | 3B | 22 |
| Octal | 44 | 212 | 161 | 112 | 0 | 22 | 56 | 245 | 73 | 42 |
| Binary | 100100 | 10001010 | 1110001 | 1001010 | 0 | 10010 | 101110 | 10100101 | 111011 | 100010 |
Color Harmonies of #248A71
Complementary color
Monochromatic Colors of #248A71
Black with #248A71
Text Example
Text Example
White with #248A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A71; }
p { color: rgb(36,138,113); }
H1.HeaderClassName
{
color: #248A71;
}
.AnyTagClassName
{
color: #248A71;
}
</style>
background-color css
<style>
a { background-color: #248A71; }
a { background-color: rgb(36,138,113); }
div.DivClassName
{
background-color: #248A71;
}
.BgClassName
{
background-color: #248A71;
}
</style>
border-color css
<style>
span { border-color: #248A71; }
span { border-color: rgb(36,138,113); }
td.TdClassName
{
border-color: #248A71;
}
.TagClassName
{
border-color: #248A71;
}
</style>