Shades of Elf Green #288365
Tints of Elf Green #288365
RGB
CMYK
RGB Variations
Color information
#288365 (or 0x288365) is known color: Elf Green. HEX triplet: 28, 83 and 65. RGB value is (40,131,101). Sum of RGB (Red+Green+Blue) = 40+131+101=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #288365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288365 is #D77C9A. Grayscale: #646464. Windows color (decimal): -14122139 or 6652712. OLE color: 6652712.
HSL color Cylindrical-coordinate representation of color #288365: hue angle of 160.22º 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 #288365 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 101 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.49 |
| HSL | 160.22º | 0.53% | 0.34% | - |
| HSV(B) | 160.22º | 0.69% | 0.51% | - |
| XYZ | 11.34 | 17.62 | 15.12 | - |
| YUV | 100.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 101 | 0.69 | 0 | 0.23 | 0.49 | 160.22 | 0.53 | 0.34 |
| Hex | 28 | 83 | 65 | 45 | 0 | 17 | 31 | A0 | 35 | 22 |
| Octal | 50 | 203 | 145 | 105 | 0 | 27 | 61 | 240 | 65 | 42 |
| Binary | 101000 | 10000011 | 1100101 | 1000101 | 0 | 10111 | 110001 | 10100000 | 110101 | 100010 |
Color Harmonies of #288365
Complementary color
Monochromatic Colors of #288365
Black with #288365
Text Example
Text Example
White with #288365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288365; }
p { color: rgb(40,131,101); }
H1.HeaderClassName
{
color: #288365;
}
.AnyTagClassName
{
color: #288365;
}
</style>
background-color css
<style>
a { background-color: #288365; }
a { background-color: rgb(40,131,101); }
div.DivClassName
{
background-color: #288365;
}
.BgClassName
{
background-color: #288365;
}
</style>
border-color css
<style>
span { border-color: #288365; }
span { border-color: rgb(40,131,101); }
td.TdClassName
{
border-color: #288365;
}
.TagClassName
{
border-color: #288365;
}
</style>