Shades of Elf Green #248965
Tints of Elf Green #248965
RGB
CMYK
RGB Variations
Color information
#248965 (or 0x248965) is known color: Elf Green. HEX triplet: 24, 89 and 65. RGB value is (36,137,101). Sum of RGB (Red+Green+Blue) = 36+137+101=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #248965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248965 is #DB769A. Grayscale: #666666. Windows color (decimal): -14382747 or 6654244. OLE color: 6654244.
HSL color Cylindrical-coordinate representation of color #248965: hue angle of 158.61º 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 #248965 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 101 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.46 |
| HSL | 158.61º | 0.58% | 0.34% | - |
| HSV(B) | 158.61º | 0.74% | 0.54% | - |
| XYZ | 12.02 | 19.21 | 15.39 | - |
| YUV | 102.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 101 | 0.74 | 0 | 0.26 | 0.46 | 158.61 | 0.58 | 0.34 |
| Hex | 24 | 89 | 65 | 4A | 0 | 1A | 2E | 9F | 3A | 22 |
| Octal | 44 | 211 | 145 | 112 | 0 | 32 | 56 | 237 | 72 | 42 |
| Binary | 100100 | 10001001 | 1100101 | 1001010 | 0 | 11010 | 101110 | 10011111 | 111010 | 100010 |
Color Harmonies of #248965
Complementary color
Monochromatic Colors of #248965
Black with #248965
Text Example
Text Example
White with #248965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248965; }
p { color: rgb(36,137,101); }
H1.HeaderClassName
{
color: #248965;
}
.AnyTagClassName
{
color: #248965;
}
</style>
background-color css
<style>
a { background-color: #248965; }
a { background-color: rgb(36,137,101); }
div.DivClassName
{
background-color: #248965;
}
.BgClassName
{
background-color: #248965;
}
</style>
border-color css
<style>
span { border-color: #248965; }
span { border-color: rgb(36,137,101); }
td.TdClassName
{
border-color: #248965;
}
.TagClassName
{
border-color: #248965;
}
</style>