Shades of Elf Green #288366
Tints of Elf Green #288366
RGB
CMYK
RGB Variations
Color information
#288366 (or 0x288366) is known color: Elf Green. HEX triplet: 28, 83 and 66. RGB value is (40,131,102). Sum of RGB (Red+Green+Blue) = 40+131+102=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #288366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288366 is #D77C99. Grayscale: #646464. Windows color (decimal): -14122138 or 6718248. OLE color: 6718248.
HSL color Cylindrical-coordinate representation of color #288366: hue angle of 160.88º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288366 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 102 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.49 |
| HSL | 160.88º | 0.53% | 0.34% | - |
| HSV(B) | 160.88º | 0.69% | 0.51% | - |
| XYZ | 11.39 | 17.64 | 15.38 | - |
| YUV | 100.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 102 | 0.69 | 0 | 0.22 | 0.49 | 160.88 | 0.53 | 0.34 |
| Hex | 28 | 83 | 66 | 45 | 0 | 16 | 31 | A1 | 35 | 22 |
| Octal | 50 | 203 | 146 | 105 | 0 | 26 | 61 | 241 | 65 | 42 |
| Binary | 101000 | 10000011 | 1100110 | 1000101 | 0 | 10110 | 110001 | 10100001 | 110101 | 100010 |
Color Harmonies of #288366
Complementary color
Monochromatic Colors of #288366
Black with #288366
Text Example
Text Example
White with #288366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288366; }
p { color: rgb(40,131,102); }
H1.HeaderClassName
{
color: #288366;
}
.AnyTagClassName
{
color: #288366;
}
</style>
background-color css
<style>
a { background-color: #288366; }
a { background-color: rgb(40,131,102); }
div.DivClassName
{
background-color: #288366;
}
.BgClassName
{
background-color: #288366;
}
</style>
border-color css
<style>
span { border-color: #288366; }
span { border-color: rgb(40,131,102); }
td.TdClassName
{
border-color: #288366;
}
.TagClassName
{
border-color: #288366;
}
</style>