Shades of Elf Green #248770
Tints of Elf Green #248770
RGB
CMYK
RGB Variations
Color information
#248770 (or 0x248770) is known color: Elf Green. HEX triplet: 24, 87 and 70. RGB value is (36,135,112). Sum of RGB (Red+Green+Blue) = 36+135+112=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #248770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248770 is #DB788F. Grayscale: #666666. Windows color (decimal): -14383248 or 7374628. OLE color: 7374628.
HSL color Cylindrical-coordinate representation of color #248770: hue angle of 166.06º 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 #248770 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 112 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.47 |
| HSL | 166.06º | 0.58% | 0.34% | - |
| HSV(B) | 166.06º | 0.73% | 0.53% | - |
| XYZ | 12.32 | 18.87 | 18.32 | - |
| YUV | 102.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 112 | 0.73 | 0 | 0.17 | 0.47 | 166.06 | 0.58 | 0.34 |
| Hex | 24 | 87 | 70 | 49 | 0 | 11 | 2F | A6 | 3A | 22 |
| Octal | 44 | 207 | 160 | 111 | 0 | 21 | 57 | 246 | 72 | 42 |
| Binary | 100100 | 10000111 | 1110000 | 1001001 | 0 | 10001 | 101111 | 10100110 | 111010 | 100010 |
Color Harmonies of #248770
Complementary color
Monochromatic Colors of #248770
Black with #248770
Text Example
Text Example
White with #248770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248770; }
p { color: rgb(36,135,112); }
H1.HeaderClassName
{
color: #248770;
}
.AnyTagClassName
{
color: #248770;
}
</style>
background-color css
<style>
a { background-color: #248770; }
a { background-color: rgb(36,135,112); }
div.DivClassName
{
background-color: #248770;
}
.BgClassName
{
background-color: #248770;
}
</style>
border-color css
<style>
span { border-color: #248770; }
span { border-color: rgb(36,135,112); }
td.TdClassName
{
border-color: #248770;
}
.TagClassName
{
border-color: #248770;
}
</style>