Shades of Elf Green #288665
Tints of Elf Green #288665
RGB
CMYK
RGB Variations
Color information
#288665 (or 0x288665) is known color: Elf Green. HEX triplet: 28, 86 and 65. RGB value is (40,134,101). Sum of RGB (Red+Green+Blue) = 40+134+101=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #288665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288665 is #D7799A. Grayscale: #666666. Windows color (decimal): -14121371 or 6653480. OLE color: 6653480.
HSL color Cylindrical-coordinate representation of color #288665: hue angle of 158.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288665 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 101 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.47 |
| HSL | 158.94º | 0.54% | 0.34% | - |
| HSV(B) | 158.94º | 0.7% | 0.53% | - |
| XYZ | 11.75 | 18.44 | 15.25 | - |
| YUV | 102.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 101 | 0.70 | 0 | 0.25 | 0.47 | 158.94 | 0.54 | 0.34 |
| Hex | 28 | 86 | 65 | 46 | 0 | 19 | 2F | 9F | 36 | 22 |
| Octal | 50 | 206 | 145 | 106 | 0 | 31 | 57 | 237 | 66 | 42 |
| Binary | 101000 | 10000110 | 1100101 | 1000110 | 0 | 11001 | 101111 | 10011111 | 110110 | 100010 |
Color Harmonies of #288665
Complementary color
Monochromatic Colors of #288665
Black with #288665
Text Example
Text Example
White with #288665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288665; }
p { color: rgb(40,134,101); }
H1.HeaderClassName
{
color: #288665;
}
.AnyTagClassName
{
color: #288665;
}
</style>
background-color css
<style>
a { background-color: #288665; }
a { background-color: rgb(40,134,101); }
div.DivClassName
{
background-color: #288665;
}
.BgClassName
{
background-color: #288665;
}
</style>
border-color css
<style>
span { border-color: #288665; }
span { border-color: rgb(40,134,101); }
td.TdClassName
{
border-color: #288665;
}
.TagClassName
{
border-color: #288665;
}
</style>