Shades of Elf Green #248D65
Tints of Elf Green #248D65
RGB
CMYK
RGB Variations
Color information
#248D65 (or 0x248D65) is known color: Elf Green. HEX triplet: 24, 8D and 65. RGB value is (36,141,101). Sum of RGB (Red+Green+Blue) = 36+141+101=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #248D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D65 is #DB729A. Grayscale: #696969. Windows color (decimal): -14381723 or 6655268. OLE color: 6655268.
HSL color Cylindrical-coordinate representation of color #248D65: hue angle of 157.14º 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 #248D65 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 101 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.45 |
| HSL | 157.14º | 0.59% | 0.35% | - |
| HSV(B) | 157.14º | 0.74% | 0.55% | - |
| XYZ | 12.6 | 20.36 | 15.58 | - |
| YUV | 105.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 101 | 0.74 | 0 | 0.28 | 0.45 | 157.14 | 0.59 | 0.35 |
| Hex | 24 | 8D | 65 | 4A | 0 | 1C | 2D | 9D | 3B | 23 |
| Octal | 44 | 215 | 145 | 112 | 0 | 34 | 55 | 235 | 73 | 43 |
| Binary | 100100 | 10001101 | 1100101 | 1001010 | 0 | 11100 | 101101 | 10011101 | 111011 | 100011 |
Color Harmonies of #248D65
Complementary color
Monochromatic Colors of #248D65
Black with #248D65
Text Example
Text Example
White with #248D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D65; }
p { color: rgb(36,141,101); }
H1.HeaderClassName
{
color: #248D65;
}
.AnyTagClassName
{
color: #248D65;
}
</style>
background-color css
<style>
a { background-color: #248D65; }
a { background-color: rgb(36,141,101); }
div.DivClassName
{
background-color: #248D65;
}
.BgClassName
{
background-color: #248D65;
}
</style>
border-color css
<style>
span { border-color: #248D65; }
span { border-color: rgb(36,141,101); }
td.TdClassName
{
border-color: #248D65;
}
.TagClassName
{
border-color: #248D65;
}
</style>