Shades of Elf Green #288668
Tints of Elf Green #288668
RGB
CMYK
RGB Variations
Color information
#288668 (or 0x288668) is known color: Elf Green. HEX triplet: 28, 86 and 68. RGB value is (40,134,104). Sum of RGB (Red+Green+Blue) = 40+134+104=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #288668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288668 is #D77997. Grayscale: #666666. Windows color (decimal): -14121368 or 6850088. OLE color: 6850088.
HSL color Cylindrical-coordinate representation of color #288668: hue angle of 160.85º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288668 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 104 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.47 |
| HSL | 160.85º | 0.54% | 0.34% | - |
| HSV(B) | 160.85º | 0.7% | 0.53% | - |
| XYZ | 11.9 | 18.5 | 16.04 | - |
| YUV | 102.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 104 | 0.70 | 0 | 0.22 | 0.47 | 160.85 | 0.54 | 0.34 |
| Hex | 28 | 86 | 68 | 46 | 0 | 16 | 2F | A1 | 36 | 22 |
| Octal | 50 | 206 | 150 | 106 | 0 | 26 | 57 | 241 | 66 | 42 |
| Binary | 101000 | 10000110 | 1101000 | 1000110 | 0 | 10110 | 101111 | 10100001 | 110110 | 100010 |
Color Harmonies of #288668
Complementary color
Monochromatic Colors of #288668
Black with #288668
Text Example
Text Example
White with #288668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288668; }
p { color: rgb(40,134,104); }
H1.HeaderClassName
{
color: #288668;
}
.AnyTagClassName
{
color: #288668;
}
</style>
background-color css
<style>
a { background-color: #288668; }
a { background-color: rgb(40,134,104); }
div.DivClassName
{
background-color: #288668;
}
.BgClassName
{
background-color: #288668;
}
</style>
border-color css
<style>
span { border-color: #288668; }
span { border-color: rgb(40,134,104); }
td.TdClassName
{
border-color: #288668;
}
.TagClassName
{
border-color: #288668;
}
</style>