Shades of Elf Green #288A70
Tints of Elf Green #288A70
RGB
CMYK
RGB Variations
Color information
#288A70 (or 0x288A70) is known color: Elf Green. HEX triplet: 28, 8A and 70. RGB value is (40,138,112). Sum of RGB (Red+Green+Blue) = 40+138+112=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #288A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A70 is #D7758F. Grayscale: #696969. Windows color (decimal): -14120336 or 7375400. OLE color: 7375400.
HSL color Cylindrical-coordinate representation of color #288A70: hue angle of 164.08º 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 #288A70 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 112 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.46 |
| HSL | 164.08º | 0.55% | 0.35% | - |
| HSV(B) | 164.08º | 0.71% | 0.54% | - |
| XYZ | 12.89 | 19.8 | 18.47 | - |
| YUV | 105.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 112 | 0.71 | 0 | 0.19 | 0.46 | 164.08 | 0.55 | 0.35 |
| Hex | 28 | 8A | 70 | 47 | 0 | 13 | 2E | A4 | 37 | 23 |
| Octal | 50 | 212 | 160 | 107 | 0 | 23 | 56 | 244 | 67 | 43 |
| Binary | 101000 | 10001010 | 1110000 | 1000111 | 0 | 10011 | 101110 | 10100100 | 110111 | 100011 |
Color Harmonies of #288A70
Complementary color
Monochromatic Colors of #288A70
Black with #288A70
Text Example
Text Example
White with #288A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A70; }
p { color: rgb(40,138,112); }
H1.HeaderClassName
{
color: #288A70;
}
.AnyTagClassName
{
color: #288A70;
}
</style>
background-color css
<style>
a { background-color: #288A70; }
a { background-color: rgb(40,138,112); }
div.DivClassName
{
background-color: #288A70;
}
.BgClassName
{
background-color: #288A70;
}
</style>
border-color css
<style>
span { border-color: #288A70; }
span { border-color: rgb(40,138,112); }
td.TdClassName
{
border-color: #288A70;
}
.TagClassName
{
border-color: #288A70;
}
</style>