Shades of Elf Green #288874
Tints of Elf Green #288874
RGB
CMYK
RGB Variations
Color information
#288874 (or 0x288874) is known color: Elf Green. HEX triplet: 28, 88 and 74. RGB value is (40,136,116). Sum of RGB (Red+Green+Blue) = 40+136+116=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #288874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288874 is #D7778B. Grayscale: #696969. Windows color (decimal): -14120844 or 7637032. OLE color: 7637032.
HSL color Cylindrical-coordinate representation of color #288874: hue angle of 167.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288874 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 116 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.47 |
| HSL | 167.5º | 0.55% | 0.35% | - |
| HSV(B) | 167.5º | 0.71% | 0.53% | - |
| XYZ | 12.83 | 19.32 | 19.58 | - |
| YUV | 105.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 116 | 0.71 | 0 | 0.15 | 0.47 | 167.5 | 0.55 | 0.35 |
| Hex | 28 | 88 | 74 | 47 | 0 | F | 2F | A8 | 37 | 23 |
| Octal | 50 | 210 | 164 | 107 | 0 | 17 | 57 | 250 | 67 | 43 |
| Binary | 101000 | 10001000 | 1110100 | 1000111 | 0 | 1111 | 101111 | 10101000 | 110111 | 100011 |
Color Harmonies of #288874
Complementary color
Monochromatic Colors of #288874
Black with #288874
Text Example
Text Example
White with #288874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288874; }
p { color: rgb(40,136,116); }
H1.HeaderClassName
{
color: #288874;
}
.AnyTagClassName
{
color: #288874;
}
</style>
background-color css
<style>
a { background-color: #288874; }
a { background-color: rgb(40,136,116); }
div.DivClassName
{
background-color: #288874;
}
.BgClassName
{
background-color: #288874;
}
</style>
border-color css
<style>
span { border-color: #288874; }
span { border-color: rgb(40,136,116); }
td.TdClassName
{
border-color: #288874;
}
.TagClassName
{
border-color: #288874;
}
</style>