Shades of Elf Green #288570
Tints of Elf Green #288570
RGB
CMYK
RGB Variations
Color information
#288570 (or 0x288570) is known color: Elf Green. HEX triplet: 28, 85 and 70. RGB value is (40,133,112). Sum of RGB (Red+Green+Blue) = 40+133+112=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #288570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288570 is #D77A8F. Grayscale: #666666. Windows color (decimal): -14121616 or 7374120. OLE color: 7374120.
HSL color Cylindrical-coordinate representation of color #288570: hue angle of 166.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288570 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 112 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.48 |
| HSL | 166.45º | 0.54% | 0.34% | - |
| HSV(B) | 166.45º | 0.7% | 0.52% | - |
| XYZ | 12.19 | 18.4 | 18.24 | - |
| YUV | 102.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 112 | 0.70 | 0 | 0.16 | 0.48 | 166.45 | 0.54 | 0.34 |
| Hex | 28 | 85 | 70 | 46 | 0 | 10 | 30 | A6 | 36 | 22 |
| Octal | 50 | 205 | 160 | 106 | 0 | 20 | 60 | 246 | 66 | 42 |
| Binary | 101000 | 10000101 | 1110000 | 1000110 | 0 | 10000 | 110000 | 10100110 | 110110 | 100010 |
Color Harmonies of #288570
Complementary color
Monochromatic Colors of #288570
Black with #288570
Text Example
Text Example
White with #288570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288570; }
p { color: rgb(40,133,112); }
H1.HeaderClassName
{
color: #288570;
}
.AnyTagClassName
{
color: #288570;
}
</style>
background-color css
<style>
a { background-color: #288570; }
a { background-color: rgb(40,133,112); }
div.DivClassName
{
background-color: #288570;
}
.BgClassName
{
background-color: #288570;
}
</style>
border-color css
<style>
span { border-color: #288570; }
span { border-color: rgb(40,133,112); }
td.TdClassName
{
border-color: #288570;
}
.TagClassName
{
border-color: #288570;
}
</style>