Shades of Elf Green #248674
Tints of Elf Green #248674
RGB
CMYK
RGB Variations
Color information
#248674 (or 0x248674) is known color: Elf Green. HEX triplet: 24, 86 and 74. RGB value is (36,134,116). Sum of RGB (Red+Green+Blue) = 36+134+116=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #248674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248674 is #DB798B. Grayscale: #666666. Windows color (decimal): -14383500 or 7636516. OLE color: 7636516.
HSL color Cylindrical-coordinate representation of color #248674: hue angle of 168.98º 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 #248674 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 134 | 116 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.47 |
| HSL | 168.98º | 0.58% | 0.33% | - |
| HSV(B) | 168.98º | 0.73% | 0.53% | - |
| XYZ | 12.41 | 18.69 | 19.48 | - |
| YUV | 102.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 116 | 0.73 | 0 | 0.13 | 0.47 | 168.98 | 0.58 | 0.33 |
| Hex | 24 | 86 | 74 | 49 | 0 | D | 2F | A9 | 3A | 21 |
| Octal | 44 | 206 | 164 | 111 | 0 | 15 | 57 | 251 | 72 | 41 |
| Binary | 100100 | 10000110 | 1110100 | 1001001 | 0 | 1101 | 101111 | 10101001 | 111010 | 100001 |
Color Harmonies of #248674
Complementary color
Monochromatic Colors of #248674
Black with #248674
Text Example
Text Example
White with #248674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248674; }
p { color: rgb(36,134,116); }
H1.HeaderClassName
{
color: #248674;
}
.AnyTagClassName
{
color: #248674;
}
</style>
background-color css
<style>
a { background-color: #248674; }
a { background-color: rgb(36,134,116); }
div.DivClassName
{
background-color: #248674;
}
.BgClassName
{
background-color: #248674;
}
</style>
border-color css
<style>
span { border-color: #248674; }
span { border-color: rgb(36,134,116); }
td.TdClassName
{
border-color: #248674;
}
.TagClassName
{
border-color: #248674;
}
</style>