Shades of Elf Green #248F6C
Tints of Elf Green #248F6C
RGB
CMYK
RGB Variations
Color information
#248F6C (or 0x248F6C) is known color: Elf Green. HEX triplet: 24, 8F and 6C. RGB value is (36,143,108). Sum of RGB (Red+Green+Blue) = 36+143+108=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #248F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F6C is #DB7093. Grayscale: #6B6B6B. Windows color (decimal): -14381204 or 7114532. OLE color: 7114532.
HSL color Cylindrical-coordinate representation of color #248F6C: hue angle of 160.37º 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 #248F6C is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 108 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.44 |
| HSL | 160.37º | 0.6% | 0.35% | - |
| HSV(B) | 160.37º | 0.75% | 0.56% | - |
| XYZ | 13.26 | 21.1 | 17.56 | - |
| YUV | 107.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 108 | 0.75 | 0 | 0.24 | 0.44 | 160.37 | 0.6 | 0.35 |
| Hex | 24 | 8F | 6C | 4B | 0 | 18 | 2C | A0 | 3C | 23 |
| Octal | 44 | 217 | 154 | 113 | 0 | 30 | 54 | 240 | 74 | 43 |
| Binary | 100100 | 10001111 | 1101100 | 1001011 | 0 | 11000 | 101100 | 10100000 | 111100 | 100011 |
Color Harmonies of #248F6C
Complementary color
Monochromatic Colors of #248F6C
Black with #248F6C
Text Example
Text Example
White with #248F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F6C; }
p { color: rgb(36,143,108); }
H1.HeaderClassName
{
color: #248F6C;
}
.AnyTagClassName
{
color: #248F6C;
}
</style>
background-color css
<style>
a { background-color: #248F6C; }
a { background-color: rgb(36,143,108); }
div.DivClassName
{
background-color: #248F6C;
}
.BgClassName
{
background-color: #248F6C;
}
</style>
border-color css
<style>
span { border-color: #248F6C; }
span { border-color: rgb(36,143,108); }
td.TdClassName
{
border-color: #248F6C;
}
.TagClassName
{
border-color: #248F6C;
}
</style>