Shades of Elf Green #288866
Tints of Elf Green #288866
RGB
CMYK
RGB Variations
Color information
#288866 (or 0x288866) is known color: Elf Green. HEX triplet: 28, 88 and 66. RGB value is (40,136,102). Sum of RGB (Red+Green+Blue) = 40+136+102=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #288866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288866 is #D77799. Grayscale: #676767. Windows color (decimal): -14120858 or 6719528. OLE color: 6719528.
HSL color Cylindrical-coordinate representation of color #288866: hue angle of 158.75º 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 #288866 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 102 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.47 |
| HSL | 158.75º | 0.55% | 0.35% | - |
| HSV(B) | 158.75º | 0.71% | 0.53% | - |
| XYZ | 12.08 | 19.02 | 15.6 | - |
| YUV | 103.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 102 | 0.71 | 0 | 0.25 | 0.47 | 158.75 | 0.55 | 0.35 |
| Hex | 28 | 88 | 66 | 47 | 0 | 19 | 2F | 9F | 37 | 23 |
| Octal | 50 | 210 | 146 | 107 | 0 | 31 | 57 | 237 | 67 | 43 |
| Binary | 101000 | 10001000 | 1100110 | 1000111 | 0 | 11001 | 101111 | 10011111 | 110111 | 100011 |
Color Harmonies of #288866
Complementary color
Monochromatic Colors of #288866
Black with #288866
Text Example
Text Example
White with #288866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288866; }
p { color: rgb(40,136,102); }
H1.HeaderClassName
{
color: #288866;
}
.AnyTagClassName
{
color: #288866;
}
</style>
background-color css
<style>
a { background-color: #288866; }
a { background-color: rgb(40,136,102); }
div.DivClassName
{
background-color: #288866;
}
.BgClassName
{
background-color: #288866;
}
</style>
border-color css
<style>
span { border-color: #288866; }
span { border-color: rgb(40,136,102); }
td.TdClassName
{
border-color: #288866;
}
.TagClassName
{
border-color: #288866;
}
</style>