Shades of Elf Green #288B73
Tints of Elf Green #288B73
RGB
CMYK
RGB Variations
Color information
#288B73 (or 0x288B73) is known color: Elf Green. HEX triplet: 28, 8B and 73. RGB value is (40,139,115). Sum of RGB (Red+Green+Blue) = 40+139+115=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #288B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B73 is #D7748C. Grayscale: #6A6A6A. Windows color (decimal): -14120077 or 7572264. OLE color: 7572264.
HSL color Cylindrical-coordinate representation of color #288B73: hue angle of 165.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B73 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 115 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.45 |
| HSL | 165.45º | 0.55% | 0.35% | - |
| HSV(B) | 165.45º | 0.71% | 0.55% | - |
| XYZ | 13.2 | 20.15 | 19.41 | - |
| YUV | 106.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 115 | 0.71 | 0 | 0.17 | 0.45 | 165.45 | 0.55 | 0.35 |
| Hex | 28 | 8B | 73 | 47 | 0 | 11 | 2D | A5 | 37 | 23 |
| Octal | 50 | 213 | 163 | 107 | 0 | 21 | 55 | 245 | 67 | 43 |
| Binary | 101000 | 10001011 | 1110011 | 1000111 | 0 | 10001 | 101101 | 10100101 | 110111 | 100011 |
Color Harmonies of #288B73
Complementary color
Monochromatic Colors of #288B73
Black with #288B73
Text Example
Text Example
White with #288B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B73; }
p { color: rgb(40,139,115); }
H1.HeaderClassName
{
color: #288B73;
}
.AnyTagClassName
{
color: #288B73;
}
</style>
background-color css
<style>
a { background-color: #288B73; }
a { background-color: rgb(40,139,115); }
div.DivClassName
{
background-color: #288B73;
}
.BgClassName
{
background-color: #288B73;
}
</style>
border-color css
<style>
span { border-color: #288B73; }
span { border-color: rgb(40,139,115); }
td.TdClassName
{
border-color: #288B73;
}
.TagClassName
{
border-color: #288B73;
}
</style>