Shades of Elf Green #248663
Tints of Elf Green #248663
RGB
CMYK
RGB Variations
Color information
#248663 (or 0x248663) is known color: Elf Green. HEX triplet: 24, 86 and 63. RGB value is (36,134,99). Sum of RGB (Red+Green+Blue) = 36+134+99=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #248663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248663 is #DB799C. Grayscale: #646464. Windows color (decimal): -14383517 or 6522404. OLE color: 6522404.
HSL color Cylindrical-coordinate representation of color #248663: hue angle of 158.57º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248663 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 134 | 99 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.47 |
| HSL | 158.57º | 0.58% | 0.33% | - |
| HSV(B) | 158.57º | 0.73% | 0.53% | - |
| XYZ | 11.5 | 18.33 | 14.74 | - |
| YUV | 100.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 99 | 0.73 | 0 | 0.26 | 0.47 | 158.57 | 0.58 | 0.33 |
| Hex | 24 | 86 | 63 | 49 | 0 | 1A | 2F | 9F | 3A | 21 |
| Octal | 44 | 206 | 143 | 111 | 0 | 32 | 57 | 237 | 72 | 41 |
| Binary | 100100 | 10000110 | 1100011 | 1001001 | 0 | 11010 | 101111 | 10011111 | 111010 | 100001 |
Color Harmonies of #248663
Complementary color
Monochromatic Colors of #248663
Black with #248663
Text Example
Text Example
White with #248663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248663; }
p { color: rgb(36,134,99); }
H1.HeaderClassName
{
color: #248663;
}
.AnyTagClassName
{
color: #248663;
}
</style>
background-color css
<style>
a { background-color: #248663; }
a { background-color: rgb(36,134,99); }
div.DivClassName
{
background-color: #248663;
}
.BgClassName
{
background-color: #248663;
}
</style>
border-color css
<style>
span { border-color: #248663; }
span { border-color: rgb(36,134,99); }
td.TdClassName
{
border-color: #248663;
}
.TagClassName
{
border-color: #248663;
}
</style>