Shades of Elf Green #248F66
Tints of Elf Green #248F66
RGB
CMYK
RGB Variations
Color information
#248F66 (or 0x248F66) is known color: Elf Green. HEX triplet: 24, 8F and 66. RGB value is (36,143,102). Sum of RGB (Red+Green+Blue) = 36+143+102=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #248F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F66 is #DB7099. Grayscale: #6A6A6A. Windows color (decimal): -14381210 or 6721316. OLE color: 6721316.
HSL color Cylindrical-coordinate representation of color #248F66: hue angle of 157.01º 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 #248F66 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 102 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.44 |
| HSL | 157.01º | 0.6% | 0.35% | - |
| HSV(B) | 157.01º | 0.75% | 0.56% | - |
| XYZ | 12.95 | 20.98 | 15.94 | - |
| YUV | 106.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 102 | 0.75 | 0 | 0.29 | 0.44 | 157.01 | 0.6 | 0.35 |
| Hex | 24 | 8F | 66 | 4B | 0 | 1D | 2C | 9D | 3C | 23 |
| Octal | 44 | 217 | 146 | 113 | 0 | 35 | 54 | 235 | 74 | 43 |
| Binary | 100100 | 10001111 | 1100110 | 1001011 | 0 | 11101 | 101100 | 10011101 | 111100 | 100011 |
Color Harmonies of #248F66
Complementary color
Monochromatic Colors of #248F66
Black with #248F66
Text Example
Text Example
White with #248F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F66; }
p { color: rgb(36,143,102); }
H1.HeaderClassName
{
color: #248F66;
}
.AnyTagClassName
{
color: #248F66;
}
</style>
background-color css
<style>
a { background-color: #248F66; }
a { background-color: rgb(36,143,102); }
div.DivClassName
{
background-color: #248F66;
}
.BgClassName
{
background-color: #248F66;
}
</style>
border-color css
<style>
span { border-color: #248F66; }
span { border-color: rgb(36,143,102); }
td.TdClassName
{
border-color: #248F66;
}
.TagClassName
{
border-color: #248F66;
}
</style>