Shades of Elf Green #248764
Tints of Elf Green #248764
RGB
CMYK
RGB Variations
Color information
#248764 (or 0x248764) is known color: Elf Green. HEX triplet: 24, 87 and 64. RGB value is (36,135,100). Sum of RGB (Red+Green+Blue) = 36+135+100=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #248764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248764 is #DB789B. Grayscale: #656565. Windows color (decimal): -14383260 or 6588196. OLE color: 6588196.
HSL color Cylindrical-coordinate representation of color #248764: hue angle of 158.79º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248764 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 100 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.47 |
| HSL | 158.79º | 0.58% | 0.34% | - |
| HSV(B) | 158.79º | 0.73% | 0.53% | - |
| XYZ | 11.69 | 18.62 | 15.03 | - |
| YUV | 101.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 100 | 0.73 | 0 | 0.26 | 0.47 | 158.79 | 0.58 | 0.34 |
| Hex | 24 | 87 | 64 | 49 | 0 | 1A | 2F | 9F | 3A | 22 |
| Octal | 44 | 207 | 144 | 111 | 0 | 32 | 57 | 237 | 72 | 42 |
| Binary | 100100 | 10000111 | 1100100 | 1001001 | 0 | 11010 | 101111 | 10011111 | 111010 | 100010 |
Color Harmonies of #248764
Complementary color
Monochromatic Colors of #248764
Black with #248764
Text Example
Text Example
White with #248764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248764; }
p { color: rgb(36,135,100); }
H1.HeaderClassName
{
color: #248764;
}
.AnyTagClassName
{
color: #248764;
}
</style>
background-color css
<style>
a { background-color: #248764; }
a { background-color: rgb(36,135,100); }
div.DivClassName
{
background-color: #248764;
}
.BgClassName
{
background-color: #248764;
}
</style>
border-color css
<style>
span { border-color: #248764; }
span { border-color: rgb(36,135,100); }
td.TdClassName
{
border-color: #248764;
}
.TagClassName
{
border-color: #248764;
}
</style>