Shades of Elf Green #248C65
Tints of Elf Green #248C65
RGB
CMYK
RGB Variations
Color information
#248C65 (or 0x248C65) is known color: Elf Green. HEX triplet: 24, 8C and 65. RGB value is (36,140,101). Sum of RGB (Red+Green+Blue) = 36+140+101=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #248C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C65 is #DB739A. Grayscale: #686868. Windows color (decimal): -14381979 or 6655012. OLE color: 6655012.
HSL color Cylindrical-coordinate representation of color #248C65: hue angle of 157.5º 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 #248C65 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 101 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.45 |
| HSL | 157.5º | 0.59% | 0.35% | - |
| HSV(B) | 157.5º | 0.74% | 0.55% | - |
| XYZ | 12.45 | 20.07 | 15.53 | - |
| YUV | 104.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 101 | 0.74 | 0 | 0.28 | 0.45 | 157.5 | 0.59 | 0.35 |
| Hex | 24 | 8C | 65 | 4A | 0 | 1C | 2D | 9E | 3B | 23 |
| Octal | 44 | 214 | 145 | 112 | 0 | 34 | 55 | 236 | 73 | 43 |
| Binary | 100100 | 10001100 | 1100101 | 1001010 | 0 | 11100 | 101101 | 10011110 | 111011 | 100011 |
Color Harmonies of #248C65
Complementary color
Monochromatic Colors of #248C65
Black with #248C65
Text Example
Text Example
White with #248C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C65; }
p { color: rgb(36,140,101); }
H1.HeaderClassName
{
color: #248C65;
}
.AnyTagClassName
{
color: #248C65;
}
</style>
background-color css
<style>
a { background-color: #248C65; }
a { background-color: rgb(36,140,101); }
div.DivClassName
{
background-color: #248C65;
}
.BgClassName
{
background-color: #248C65;
}
</style>
border-color css
<style>
span { border-color: #248C65; }
span { border-color: rgb(36,140,101); }
td.TdClassName
{
border-color: #248C65;
}
.TagClassName
{
border-color: #248C65;
}
</style>