Shades of Elf Green #288B70
Tints of Elf Green #288B70
RGB
CMYK
RGB Variations
Color information
#288B70 (or 0x288B70) is known color: Elf Green. HEX triplet: 28, 8B and 70. RGB value is (40,139,112). Sum of RGB (Red+Green+Blue) = 40+139+112=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #288B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B70 is #D7748F. Grayscale: #6A6A6A. Windows color (decimal): -14120080 or 7375656. OLE color: 7375656.
HSL color Cylindrical-coordinate representation of color #288B70: hue angle of 163.64º 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 #288B70 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 112 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.45 |
| HSL | 163.64º | 0.55% | 0.35% | - |
| HSV(B) | 163.64º | 0.71% | 0.55% | - |
| XYZ | 13.03 | 20.09 | 18.52 | - |
| YUV | 106.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 112 | 0.71 | 0 | 0.19 | 0.45 | 163.64 | 0.55 | 0.35 |
| Hex | 28 | 8B | 70 | 47 | 0 | 13 | 2D | A4 | 37 | 23 |
| Octal | 50 | 213 | 160 | 107 | 0 | 23 | 55 | 244 | 67 | 43 |
| Binary | 101000 | 10001011 | 1110000 | 1000111 | 0 | 10011 | 101101 | 10100100 | 110111 | 100011 |
Color Harmonies of #288B70
Complementary color
Monochromatic Colors of #288B70
Black with #288B70
Text Example
Text Example
White with #288B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B70; }
p { color: rgb(40,139,112); }
H1.HeaderClassName
{
color: #288B70;
}
.AnyTagClassName
{
color: #288B70;
}
</style>
background-color css
<style>
a { background-color: #288B70; }
a { background-color: rgb(40,139,112); }
div.DivClassName
{
background-color: #288B70;
}
.BgClassName
{
background-color: #288B70;
}
</style>
border-color css
<style>
span { border-color: #288B70; }
span { border-color: rgb(40,139,112); }
td.TdClassName
{
border-color: #288B70;
}
.TagClassName
{
border-color: #288B70;
}
</style>