Shades of Elf Green #248773
Tints of Elf Green #248773
RGB
CMYK
RGB Variations
Color information
#248773 (or 0x248773) is known color: Elf Green. HEX triplet: 24, 87 and 73. RGB value is (36,135,115). Sum of RGB (Red+Green+Blue) = 36+135+115=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #248773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248773 is #DB788C. Grayscale: #676767. Windows color (decimal): -14383245 or 7571236. OLE color: 7571236.
HSL color Cylindrical-coordinate representation of color #248773: hue angle of 167.88º 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 #248773 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 115 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.47 |
| HSL | 167.88º | 0.58% | 0.34% | - |
| HSV(B) | 167.88º | 0.73% | 0.53% | - |
| XYZ | 12.49 | 18.94 | 19.22 | - |
| YUV | 103.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 115 | 0.73 | 0 | 0.15 | 0.47 | 167.88 | 0.58 | 0.34 |
| Hex | 24 | 87 | 73 | 49 | 0 | F | 2F | A8 | 3A | 22 |
| Octal | 44 | 207 | 163 | 111 | 0 | 17 | 57 | 250 | 72 | 42 |
| Binary | 100100 | 10000111 | 1110011 | 1001001 | 0 | 1111 | 101111 | 10101000 | 111010 | 100010 |
Color Harmonies of #248773
Complementary color
Monochromatic Colors of #248773
Black with #248773
Text Example
Text Example
White with #248773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248773; }
p { color: rgb(36,135,115); }
H1.HeaderClassName
{
color: #248773;
}
.AnyTagClassName
{
color: #248773;
}
</style>
background-color css
<style>
a { background-color: #248773; }
a { background-color: rgb(36,135,115); }
div.DivClassName
{
background-color: #248773;
}
.BgClassName
{
background-color: #248773;
}
</style>
border-color css
<style>
span { border-color: #248773; }
span { border-color: rgb(36,135,115); }
td.TdClassName
{
border-color: #248773;
}
.TagClassName
{
border-color: #248773;
}
</style>