Shades of Elf Green #288D64
Tints of Elf Green #288D64
RGB
CMYK
RGB Variations
Color information
#288D64 (or 0x288D64) is known color: Elf Green. HEX triplet: 28, 8D and 64. RGB value is (40,141,100). Sum of RGB (Red+Green+Blue) = 40+141+100=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #288D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D64 is #D7729B. Grayscale: #6A6A6A. Windows color (decimal): -14119580 or 6589736. OLE color: 6589736.
HSL color Cylindrical-coordinate representation of color #288D64: hue angle of 155.64º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D64 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 100 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.45 |
| HSL | 155.64º | 0.56% | 0.35% | - |
| HSV(B) | 155.64º | 0.72% | 0.55% | - |
| XYZ | 12.7 | 20.42 | 15.33 | - |
| YUV | 106.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 100 | 0.72 | 0 | 0.29 | 0.45 | 155.64 | 0.56 | 0.35 |
| Hex | 28 | 8D | 64 | 48 | 0 | 1D | 2D | 9C | 38 | 23 |
| Octal | 50 | 215 | 144 | 110 | 0 | 35 | 55 | 234 | 70 | 43 |
| Binary | 101000 | 10001101 | 1100100 | 1001000 | 0 | 11101 | 101101 | 10011100 | 111000 | 100011 |
Color Harmonies of #288D64
Complementary color
Monochromatic Colors of #288D64
Black with #288D64
Text Example
Text Example
White with #288D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D64; }
p { color: rgb(40,141,100); }
H1.HeaderClassName
{
color: #288D64;
}
.AnyTagClassName
{
color: #288D64;
}
</style>
background-color css
<style>
a { background-color: #288D64; }
a { background-color: rgb(40,141,100); }
div.DivClassName
{
background-color: #288D64;
}
.BgClassName
{
background-color: #288D64;
}
</style>
border-color css
<style>
span { border-color: #288D64; }
span { border-color: rgb(40,141,100); }
td.TdClassName
{
border-color: #288D64;
}
.TagClassName
{
border-color: #288D64;
}
</style>