Shades of Elf Green #248668
Tints of Elf Green #248668
RGB
CMYK
RGB Variations
Color information
#248668 (or 0x248668) is known color: Elf Green. HEX triplet: 24, 86 and 68. RGB value is (36,134,104). Sum of RGB (Red+Green+Blue) = 36+134+104=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #248668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248668 is #DB7997. Grayscale: #656565. Windows color (decimal): -14383512 or 6850084. OLE color: 6850084.
HSL color Cylindrical-coordinate representation of color #248668: hue angle of 161.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248668 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 134 | 104 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.47 |
| HSL | 161.63º | 0.58% | 0.33% | - |
| HSV(B) | 161.63º | 0.73% | 0.53% | - |
| XYZ | 11.75 | 18.42 | 16.03 | - |
| YUV | 101.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 104 | 0.73 | 0 | 0.22 | 0.47 | 161.63 | 0.58 | 0.33 |
| Hex | 24 | 86 | 68 | 49 | 0 | 16 | 2F | A2 | 3A | 21 |
| Octal | 44 | 206 | 150 | 111 | 0 | 26 | 57 | 242 | 72 | 41 |
| Binary | 100100 | 10000110 | 1101000 | 1001001 | 0 | 10110 | 101111 | 10100010 | 111010 | 100001 |
Color Harmonies of #248668
Complementary color
Monochromatic Colors of #248668
Black with #248668
Text Example
Text Example
White with #248668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248668; }
p { color: rgb(36,134,104); }
H1.HeaderClassName
{
color: #248668;
}
.AnyTagClassName
{
color: #248668;
}
</style>
background-color css
<style>
a { background-color: #248668; }
a { background-color: rgb(36,134,104); }
div.DivClassName
{
background-color: #248668;
}
.BgClassName
{
background-color: #248668;
}
</style>
border-color css
<style>
span { border-color: #248668; }
span { border-color: rgb(36,134,104); }
td.TdClassName
{
border-color: #248668;
}
.TagClassName
{
border-color: #248668;
}
</style>