Shades of Elf Green #248C7A
Tints of Elf Green #248C7A
RGB
CMYK
RGB Variations
Color information
#248C7A (or 0x248C7A) is known color: Elf Green. HEX triplet: 24, 8C and 7A. RGB value is (36,140,122). Sum of RGB (Red+Green+Blue) = 36+140+122=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #248C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C7A is #DB7385. Grayscale: #6A6A6A. Windows color (decimal): -14381958 or 8031268. OLE color: 8031268.
HSL color Cylindrical-coordinate representation of color #248C7A: hue angle of 169.62º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C7A is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 122 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.45 |
| HSL | 169.62º | 0.59% | 0.35% | - |
| HSV(B) | 169.62º | 0.74% | 0.55% | - |
| XYZ | 13.62 | 20.54 | 21.66 | - |
| YUV | 106.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 122 | 0.74 | 0 | 0.13 | 0.45 | 169.62 | 0.59 | 0.35 |
| Hex | 24 | 8C | 7A | 4A | 0 | D | 2D | AA | 3B | 23 |
| Octal | 44 | 214 | 172 | 112 | 0 | 15 | 55 | 252 | 73 | 43 |
| Binary | 100100 | 10001100 | 1111010 | 1001010 | 0 | 1101 | 101101 | 10101010 | 111011 | 100011 |
Color Harmonies of #248C7A
Complementary color
Monochromatic Colors of #248C7A
Black with #248C7A
Text Example
Text Example
White with #248C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C7A; }
p { color: rgb(36,140,122); }
H1.HeaderClassName
{
color: #248C7A;
}
.AnyTagClassName
{
color: #248C7A;
}
</style>
background-color css
<style>
a { background-color: #248C7A; }
a { background-color: rgb(36,140,122); }
div.DivClassName
{
background-color: #248C7A;
}
.BgClassName
{
background-color: #248C7A;
}
</style>
border-color css
<style>
span { border-color: #248C7A; }
span { border-color: rgb(36,140,122); }
td.TdClassName
{
border-color: #248C7A;
}
.TagClassName
{
border-color: #248C7A;
}
</style>