Shades of Elf Green #248967
Tints of Elf Green #248967
RGB
CMYK
RGB Variations
Color information
#248967 (or 0x248967) is known color: Elf Green. HEX triplet: 24, 89 and 67. RGB value is (36,137,103). Sum of RGB (Red+Green+Blue) = 36+137+103=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #248967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248967 is #DB7698. Grayscale: #666666. Windows color (decimal): -14382745 or 6785316. OLE color: 6785316.
HSL color Cylindrical-coordinate representation of color #248967: hue angle of 159.8º degrees, saturation: 0.58, 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 #248967 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 103 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.46 |
| HSL | 159.8º | 0.58% | 0.34% | - |
| HSV(B) | 159.8º | 0.74% | 0.54% | - |
| XYZ | 12.12 | 19.25 | 15.91 | - |
| YUV | 102.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 103 | 0.74 | 0 | 0.25 | 0.46 | 159.8 | 0.58 | 0.34 |
| Hex | 24 | 89 | 67 | 4A | 0 | 19 | 2E | A0 | 3A | 22 |
| Octal | 44 | 211 | 147 | 112 | 0 | 31 | 56 | 240 | 72 | 42 |
| Binary | 100100 | 10001001 | 1100111 | 1001010 | 0 | 11001 | 101110 | 10100000 | 111010 | 100010 |
Color Harmonies of #248967
Complementary color
Monochromatic Colors of #248967
Black with #248967
Text Example
Text Example
White with #248967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248967; }
p { color: rgb(36,137,103); }
H1.HeaderClassName
{
color: #248967;
}
.AnyTagClassName
{
color: #248967;
}
</style>
background-color css
<style>
a { background-color: #248967; }
a { background-color: rgb(36,137,103); }
div.DivClassName
{
background-color: #248967;
}
.BgClassName
{
background-color: #248967;
}
</style>
border-color css
<style>
span { border-color: #248967; }
span { border-color: rgb(36,137,103); }
td.TdClassName
{
border-color: #248967;
}
.TagClassName
{
border-color: #248967;
}
</style>