Shades of Elf Green #288973
Tints of Elf Green #288973
RGB
CMYK
RGB Variations
Color information
#288973 (or 0x288973) is known color: Elf Green. HEX triplet: 28, 89 and 73. RGB value is (40,137,115). Sum of RGB (Red+Green+Blue) = 40+137+115=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #288973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288973 is #D7768C. Grayscale: #696969. Windows color (decimal): -14120589 or 7571752. OLE color: 7571752.
HSL color Cylindrical-coordinate representation of color #288973: hue angle of 166.39º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288973 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 115 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.46 |
| HSL | 166.39º | 0.55% | 0.35% | - |
| HSV(B) | 166.39º | 0.71% | 0.54% | - |
| XYZ | 12.92 | 19.58 | 19.32 | - |
| YUV | 105.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 115 | 0.71 | 0 | 0.16 | 0.46 | 166.39 | 0.55 | 0.35 |
| Hex | 28 | 89 | 73 | 47 | 0 | 10 | 2E | A6 | 37 | 23 |
| Octal | 50 | 211 | 163 | 107 | 0 | 20 | 56 | 246 | 67 | 43 |
| Binary | 101000 | 10001001 | 1110011 | 1000111 | 0 | 10000 | 101110 | 10100110 | 110111 | 100011 |
Color Harmonies of #288973
Complementary color
Monochromatic Colors of #288973
Black with #288973
Text Example
Text Example
White with #288973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288973; }
p { color: rgb(40,137,115); }
H1.HeaderClassName
{
color: #288973;
}
.AnyTagClassName
{
color: #288973;
}
</style>
background-color css
<style>
a { background-color: #288973; }
a { background-color: rgb(40,137,115); }
div.DivClassName
{
background-color: #288973;
}
.BgClassName
{
background-color: #288973;
}
</style>
border-color css
<style>
span { border-color: #288973; }
span { border-color: rgb(40,137,115); }
td.TdClassName
{
border-color: #288973;
}
.TagClassName
{
border-color: #288973;
}
</style>