Shades of Elf Green #248863
Tints of Elf Green #248863
RGB
CMYK
RGB Variations
Color information
#248863 (or 0x248863) is known color: Elf Green. HEX triplet: 24, 88 and 63. RGB value is (36,136,99). Sum of RGB (Red+Green+Blue) = 36+136+99=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #248863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248863 is #DB779C. Grayscale: #656565. Windows color (decimal): -14383005 or 6522916. OLE color: 6522916.
HSL color Cylindrical-coordinate representation of color #248863: hue angle of 157.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248863 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 136 | 99 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.47 |
| HSL | 157.8º | 0.58% | 0.34% | - |
| HSV(B) | 157.8º | 0.74% | 0.53% | - |
| XYZ | 11.78 | 18.88 | 14.83 | - |
| YUV | 101.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 99 | 0.74 | 0 | 0.27 | 0.47 | 157.8 | 0.58 | 0.34 |
| Hex | 24 | 88 | 63 | 4A | 0 | 1B | 2F | 9E | 3A | 22 |
| Octal | 44 | 210 | 143 | 112 | 0 | 33 | 57 | 236 | 72 | 42 |
| Binary | 100100 | 10001000 | 1100011 | 1001010 | 0 | 11011 | 101111 | 10011110 | 111010 | 100010 |
Color Harmonies of #248863
Complementary color
Monochromatic Colors of #248863
Black with #248863
Text Example
Text Example
White with #248863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248863; }
p { color: rgb(36,136,99); }
H1.HeaderClassName
{
color: #248863;
}
.AnyTagClassName
{
color: #248863;
}
</style>
background-color css
<style>
a { background-color: #248863; }
a { background-color: rgb(36,136,99); }
div.DivClassName
{
background-color: #248863;
}
.BgClassName
{
background-color: #248863;
}
</style>
border-color css
<style>
span { border-color: #248863; }
span { border-color: rgb(36,136,99); }
td.TdClassName
{
border-color: #248863;
}
.TagClassName
{
border-color: #248863;
}
</style>