Shades of Elf Green #248A78
Tints of Elf Green #248A78
RGB
CMYK
RGB Variations
Color information
#248A78 (or 0x248A78) is known color: Elf Green. HEX triplet: 24, 8A and 78. RGB value is (36,138,120). Sum of RGB (Red+Green+Blue) = 36+138+120=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #248A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A78 is #DB7587. Grayscale: #696969. Windows color (decimal): -14382472 or 7899684. OLE color: 7899684.
HSL color Cylindrical-coordinate representation of color #248A78: hue angle of 169.41º degrees, saturation: 0.59, 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 #248A78 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 120 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.46 |
| HSL | 169.41º | 0.59% | 0.34% | - |
| HSV(B) | 169.41º | 0.74% | 0.54% | - |
| XYZ | 13.21 | 19.91 | 20.92 | - |
| YUV | 105.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 120 | 0.74 | 0 | 0.13 | 0.46 | 169.41 | 0.59 | 0.34 |
| Hex | 24 | 8A | 78 | 4A | 0 | D | 2E | A9 | 3B | 22 |
| Octal | 44 | 212 | 170 | 112 | 0 | 15 | 56 | 251 | 73 | 42 |
| Binary | 100100 | 10001010 | 1111000 | 1001010 | 0 | 1101 | 101110 | 10101001 | 111011 | 100010 |
Color Harmonies of #248A78
Complementary color
Monochromatic Colors of #248A78
Black with #248A78
Text Example
Text Example
White with #248A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A78; }
p { color: rgb(36,138,120); }
H1.HeaderClassName
{
color: #248A78;
}
.AnyTagClassName
{
color: #248A78;
}
</style>
background-color css
<style>
a { background-color: #248A78; }
a { background-color: rgb(36,138,120); }
div.DivClassName
{
background-color: #248A78;
}
.BgClassName
{
background-color: #248A78;
}
</style>
border-color css
<style>
span { border-color: #248A78; }
span { border-color: rgb(36,138,120); }
td.TdClassName
{
border-color: #248A78;
}
.TagClassName
{
border-color: #248A78;
}
</style>