Shades of Elf Green #248963
Tints of Elf Green #248963
RGB
CMYK
RGB Variations
Color information
#248963 (or 0x248963) is known color: Elf Green. HEX triplet: 24, 89 and 63. RGB value is (36,137,99). Sum of RGB (Red+Green+Blue) = 36+137+99=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #248963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248963 is #DB769C. Grayscale: #666666. Windows color (decimal): -14382749 or 6523172. OLE color: 6523172.
HSL color Cylindrical-coordinate representation of color #248963: hue angle of 157.43º 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 #248963 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 99 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.46 |
| HSL | 157.43º | 0.58% | 0.34% | - |
| HSV(B) | 157.43º | 0.74% | 0.54% | - |
| XYZ | 11.93 | 19.17 | 14.88 | - |
| YUV | 102.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 99 | 0.74 | 0 | 0.28 | 0.46 | 157.43 | 0.58 | 0.34 |
| Hex | 24 | 89 | 63 | 4A | 0 | 1C | 2E | 9D | 3A | 22 |
| Octal | 44 | 211 | 143 | 112 | 0 | 34 | 56 | 235 | 72 | 42 |
| Binary | 100100 | 10001001 | 1100011 | 1001010 | 0 | 11100 | 101110 | 10011101 | 111010 | 100010 |
Color Harmonies of #248963
Complementary color
Monochromatic Colors of #248963
Black with #248963
Text Example
Text Example
White with #248963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248963; }
p { color: rgb(36,137,99); }
H1.HeaderClassName
{
color: #248963;
}
.AnyTagClassName
{
color: #248963;
}
</style>
background-color css
<style>
a { background-color: #248963; }
a { background-color: rgb(36,137,99); }
div.DivClassName
{
background-color: #248963;
}
.BgClassName
{
background-color: #248963;
}
</style>
border-color css
<style>
span { border-color: #248963; }
span { border-color: rgb(36,137,99); }
td.TdClassName
{
border-color: #248963;
}
.TagClassName
{
border-color: #248963;
}
</style>