Shades of Elf Green #248E68
Tints of Elf Green #248E68
RGB
CMYK
RGB Variations
Color information
#248E68 (or 0x248E68) is known color: Elf Green. HEX triplet: 24, 8E and 68. RGB value is (36,142,104). Sum of RGB (Red+Green+Blue) = 36+142+104=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #248E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E68 is #DB7197. Grayscale: #6A6A6A. Windows color (decimal): -14381464 or 6852132. OLE color: 6852132.
HSL color Cylindrical-coordinate representation of color #248E68: hue angle of 158.49º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E68 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 104 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.44 |
| HSL | 158.49º | 0.6% | 0.35% | - |
| HSV(B) | 158.49º | 0.75% | 0.56% | - |
| XYZ | 12.9 | 20.72 | 16.42 | - |
| YUV | 105.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 104 | 0.75 | 0 | 0.27 | 0.44 | 158.49 | 0.6 | 0.35 |
| Hex | 24 | 8E | 68 | 4B | 0 | 1B | 2C | 9E | 3C | 23 |
| Octal | 44 | 216 | 150 | 113 | 0 | 33 | 54 | 236 | 74 | 43 |
| Binary | 100100 | 10001110 | 1101000 | 1001011 | 0 | 11011 | 101100 | 10011110 | 111100 | 100011 |
Color Harmonies of #248E68
Complementary color
Monochromatic Colors of #248E68
Black with #248E68
Text Example
Text Example
White with #248E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E68; }
p { color: rgb(36,142,104); }
H1.HeaderClassName
{
color: #248E68;
}
.AnyTagClassName
{
color: #248E68;
}
</style>
background-color css
<style>
a { background-color: #248E68; }
a { background-color: rgb(36,142,104); }
div.DivClassName
{
background-color: #248E68;
}
.BgClassName
{
background-color: #248E68;
}
</style>
border-color css
<style>
span { border-color: #248E68; }
span { border-color: rgb(36,142,104); }
td.TdClassName
{
border-color: #248E68;
}
.TagClassName
{
border-color: #248E68;
}
</style>