Shades of Elf Green #288364
Tints of Elf Green #288364
RGB
CMYK
RGB Variations
Color information
#288364 (or 0x288364) is known color: Elf Green. HEX triplet: 28, 83 and 64. RGB value is (40,131,100). Sum of RGB (Red+Green+Blue) = 40+131+100=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #288364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288364 is #D77C9B. Grayscale: #646464. Windows color (decimal): -14122140 or 6587176. OLE color: 6587176.
HSL color Cylindrical-coordinate representation of color #288364: hue angle of 159.56º 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 #288364 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 100 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.49 |
| HSL | 159.56º | 0.53% | 0.34% | - |
| HSV(B) | 159.56º | 0.69% | 0.51% | - |
| XYZ | 11.29 | 17.6 | 14.86 | - |
| YUV | 100.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 100 | 0.69 | 0 | 0.24 | 0.49 | 159.56 | 0.53 | 0.34 |
| Hex | 28 | 83 | 64 | 45 | 0 | 18 | 31 | A0 | 35 | 22 |
| Octal | 50 | 203 | 144 | 105 | 0 | 30 | 61 | 240 | 65 | 42 |
| Binary | 101000 | 10000011 | 1100100 | 1000101 | 0 | 11000 | 110001 | 10100000 | 110101 | 100010 |
Color Harmonies of #288364
Complementary color
Monochromatic Colors of #288364
Black with #288364
Text Example
Text Example
White with #288364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288364; }
p { color: rgb(40,131,100); }
H1.HeaderClassName
{
color: #288364;
}
.AnyTagClassName
{
color: #288364;
}
</style>
background-color css
<style>
a { background-color: #288364; }
a { background-color: rgb(40,131,100); }
div.DivClassName
{
background-color: #288364;
}
.BgClassName
{
background-color: #288364;
}
</style>
border-color css
<style>
span { border-color: #288364; }
span { border-color: rgb(40,131,100); }
td.TdClassName
{
border-color: #288364;
}
.TagClassName
{
border-color: #288364;
}
</style>