Shades of Elf Green #288966
Tints of Elf Green #288966
RGB
CMYK
RGB Variations
Color information
#288966 (or 0x288966) is known color: Elf Green. HEX triplet: 28, 89 and 66. RGB value is (40,137,102). Sum of RGB (Red+Green+Blue) = 40+137+102=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #288966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288966 is #D77699. Grayscale: #686868. Windows color (decimal): -14120602 or 6719784. OLE color: 6719784.
HSL color Cylindrical-coordinate representation of color #288966: hue angle of 158.35º 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 #288966 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 102 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.46 |
| HSL | 158.35º | 0.55% | 0.35% | - |
| HSV(B) | 158.35º | 0.71% | 0.54% | - |
| XYZ | 12.22 | 19.3 | 15.65 | - |
| YUV | 104.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 102 | 0.71 | 0 | 0.26 | 0.46 | 158.35 | 0.55 | 0.35 |
| Hex | 28 | 89 | 66 | 47 | 0 | 1A | 2E | 9E | 37 | 23 |
| Octal | 50 | 211 | 146 | 107 | 0 | 32 | 56 | 236 | 67 | 43 |
| Binary | 101000 | 10001001 | 1100110 | 1000111 | 0 | 11010 | 101110 | 10011110 | 110111 | 100011 |
Color Harmonies of #288966
Complementary color
Monochromatic Colors of #288966
Black with #288966
Text Example
Text Example
White with #288966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288966; }
p { color: rgb(40,137,102); }
H1.HeaderClassName
{
color: #288966;
}
.AnyTagClassName
{
color: #288966;
}
</style>
background-color css
<style>
a { background-color: #288966; }
a { background-color: rgb(40,137,102); }
div.DivClassName
{
background-color: #288966;
}
.BgClassName
{
background-color: #288966;
}
</style>
border-color css
<style>
span { border-color: #288966; }
span { border-color: rgb(40,137,102); }
td.TdClassName
{
border-color: #288966;
}
.TagClassName
{
border-color: #288966;
}
</style>