Shades of Elf Green #248975
Tints of Elf Green #248975
RGB
CMYK
RGB Variations
Color information
#248975 (or 0x248975) is known color: Elf Green. HEX triplet: 24, 89 and 75. RGB value is (36,137,117). Sum of RGB (Red+Green+Blue) = 36+137+117=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #248975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248975 is #DB768A. Grayscale: #686868. Windows color (decimal): -14382731 or 7702820. OLE color: 7702820.
HSL color Cylindrical-coordinate representation of color #248975: hue angle of 168.12º 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 #248975 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 117 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.46 |
| HSL | 168.12º | 0.58% | 0.34% | - |
| HSV(B) | 168.12º | 0.74% | 0.54% | - |
| XYZ | 12.88 | 19.55 | 19.92 | - |
| YUV | 104.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 117 | 0.74 | 0 | 0.15 | 0.46 | 168.12 | 0.58 | 0.34 |
| Hex | 24 | 89 | 75 | 4A | 0 | F | 2E | A8 | 3A | 22 |
| Octal | 44 | 211 | 165 | 112 | 0 | 17 | 56 | 250 | 72 | 42 |
| Binary | 100100 | 10001001 | 1110101 | 1001010 | 0 | 1111 | 101110 | 10101000 | 111010 | 100010 |
Color Harmonies of #248975
Complementary color
Monochromatic Colors of #248975
Black with #248975
Text Example
Text Example
White with #248975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248975; }
p { color: rgb(36,137,117); }
H1.HeaderClassName
{
color: #248975;
}
.AnyTagClassName
{
color: #248975;
}
</style>
background-color css
<style>
a { background-color: #248975; }
a { background-color: rgb(36,137,117); }
div.DivClassName
{
background-color: #248975;
}
.BgClassName
{
background-color: #248975;
}
</style>
border-color css
<style>
span { border-color: #248975; }
span { border-color: rgb(36,137,117); }
td.TdClassName
{
border-color: #248975;
}
.TagClassName
{
border-color: #248975;
}
</style>