Shades of Elf Green #248768
Tints of Elf Green #248768
RGB
CMYK
RGB Variations
Color information
#248768 (or 0x248768) is known color: Elf Green. HEX triplet: 24, 87 and 68. RGB value is (36,135,104). Sum of RGB (Red+Green+Blue) = 36+135+104=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #248768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248768 is #DB7897. Grayscale: #656565. Windows color (decimal): -14383256 or 6850340. OLE color: 6850340.
HSL color Cylindrical-coordinate representation of color #248768: hue angle of 161.21º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248768 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 104 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.47 |
| HSL | 161.21º | 0.58% | 0.34% | - |
| HSV(B) | 161.21º | 0.73% | 0.53% | - |
| XYZ | 11.89 | 18.7 | 16.08 | - |
| YUV | 101.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 104 | 0.73 | 0 | 0.23 | 0.47 | 161.21 | 0.58 | 0.34 |
| Hex | 24 | 87 | 68 | 49 | 0 | 17 | 2F | A1 | 3A | 22 |
| Octal | 44 | 207 | 150 | 111 | 0 | 27 | 57 | 241 | 72 | 42 |
| Binary | 100100 | 10000111 | 1101000 | 1001001 | 0 | 10111 | 101111 | 10100001 | 111010 | 100010 |
Color Harmonies of #248768
Complementary color
Monochromatic Colors of #248768
Black with #248768
Text Example
Text Example
White with #248768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248768; }
p { color: rgb(36,135,104); }
H1.HeaderClassName
{
color: #248768;
}
.AnyTagClassName
{
color: #248768;
}
</style>
background-color css
<style>
a { background-color: #248768; }
a { background-color: rgb(36,135,104); }
div.DivClassName
{
background-color: #248768;
}
.BgClassName
{
background-color: #248768;
}
</style>
border-color css
<style>
span { border-color: #248768; }
span { border-color: rgb(36,135,104); }
td.TdClassName
{
border-color: #248768;
}
.TagClassName
{
border-color: #248768;
}
</style>