Shades of Elf Green #248C67
Tints of Elf Green #248C67
RGB
CMYK
RGB Variations
Color information
#248C67 (or 0x248C67) is known color: Elf Green. HEX triplet: 24, 8C and 67. RGB value is (36,140,103). Sum of RGB (Red+Green+Blue) = 36+140+103=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #248C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C67 is #DB7398. Grayscale: #686868. Windows color (decimal): -14381977 or 6786084. OLE color: 6786084.
HSL color Cylindrical-coordinate representation of color #248C67: hue angle of 158.65º 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 #248C67 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 103 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.45 |
| HSL | 158.65º | 0.59% | 0.35% | - |
| HSV(B) | 158.65º | 0.74% | 0.55% | - |
| XYZ | 12.55 | 20.11 | 16.05 | - |
| YUV | 104.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 103 | 0.74 | 0 | 0.26 | 0.45 | 158.65 | 0.59 | 0.35 |
| Hex | 24 | 8C | 67 | 4A | 0 | 1A | 2D | 9F | 3B | 23 |
| Octal | 44 | 214 | 147 | 112 | 0 | 32 | 55 | 237 | 73 | 43 |
| Binary | 100100 | 10001100 | 1100111 | 1001010 | 0 | 11010 | 101101 | 10011111 | 111011 | 100011 |
Color Harmonies of #248C67
Complementary color
Monochromatic Colors of #248C67
Black with #248C67
Text Example
Text Example
White with #248C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C67; }
p { color: rgb(36,140,103); }
H1.HeaderClassName
{
color: #248C67;
}
.AnyTagClassName
{
color: #248C67;
}
</style>
background-color css
<style>
a { background-color: #248C67; }
a { background-color: rgb(36,140,103); }
div.DivClassName
{
background-color: #248C67;
}
.BgClassName
{
background-color: #248C67;
}
</style>
border-color css
<style>
span { border-color: #248C67; }
span { border-color: rgb(36,140,103); }
td.TdClassName
{
border-color: #248C67;
}
.TagClassName
{
border-color: #248C67;
}
</style>