Shades of Elf Green #248F7A
Tints of Elf Green #248F7A
RGB
CMYK
RGB Variations
Color information
#248F7A (or 0x248F7A) is known color: Elf Green. HEX triplet: 24, 8F and 7A. RGB value is (36,143,122). Sum of RGB (Red+Green+Blue) = 36+143+122=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #248F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F7A is #DB7085. Grayscale: #6C6C6C. Windows color (decimal): -14381190 or 8032036. OLE color: 8032036.
HSL color Cylindrical-coordinate representation of color #248F7A: hue angle of 168.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F7A is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 122 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.44 |
| HSL | 168.22º | 0.6% | 0.35% | - |
| HSV(B) | 168.22º | 0.75% | 0.56% | - |
| XYZ | 14.06 | 21.43 | 21.81 | - |
| YUV | 108.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 122 | 0.75 | 0 | 0.15 | 0.44 | 168.22 | 0.6 | 0.35 |
| Hex | 24 | 8F | 7A | 4B | 0 | F | 2C | A8 | 3C | 23 |
| Octal | 44 | 217 | 172 | 113 | 0 | 17 | 54 | 250 | 74 | 43 |
| Binary | 100100 | 10001111 | 1111010 | 1001011 | 0 | 1111 | 101100 | 10101000 | 111100 | 100011 |
Color Harmonies of #248F7A
Complementary color
Monochromatic Colors of #248F7A
Black with #248F7A
Text Example
Text Example
White with #248F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F7A; }
p { color: rgb(36,143,122); }
H1.HeaderClassName
{
color: #248F7A;
}
.AnyTagClassName
{
color: #248F7A;
}
</style>
background-color css
<style>
a { background-color: #248F7A; }
a { background-color: rgb(36,143,122); }
div.DivClassName
{
background-color: #248F7A;
}
.BgClassName
{
background-color: #248F7A;
}
</style>
border-color css
<style>
span { border-color: #248F7A; }
span { border-color: rgb(36,143,122); }
td.TdClassName
{
border-color: #248F7A;
}
.TagClassName
{
border-color: #248F7A;
}
</style>