Shades of Elf Green #288B68
Tints of Elf Green #288B68
RGB
CMYK
RGB Variations
Color information
#288B68 (or 0x288B68) is known color: Elf Green. HEX triplet: 28, 8B and 68. RGB value is (40,139,104). Sum of RGB (Red+Green+Blue) = 40+139+104=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #288B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B68 is #D77497. Grayscale: #696969. Windows color (decimal): -14120088 or 6851368. OLE color: 6851368.
HSL color Cylindrical-coordinate representation of color #288B68: hue angle of 158.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B68 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 104 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.45 |
| HSL | 158.79º | 0.55% | 0.35% | - |
| HSV(B) | 158.79º | 0.71% | 0.55% | - |
| XYZ | 12.61 | 19.92 | 16.28 | - |
| YUV | 105.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 104 | 0.71 | 0 | 0.25 | 0.45 | 158.79 | 0.55 | 0.35 |
| Hex | 28 | 8B | 68 | 47 | 0 | 19 | 2D | 9F | 37 | 23 |
| Octal | 50 | 213 | 150 | 107 | 0 | 31 | 55 | 237 | 67 | 43 |
| Binary | 101000 | 10001011 | 1101000 | 1000111 | 0 | 11001 | 101101 | 10011111 | 110111 | 100011 |
Color Harmonies of #288B68
Complementary color
Monochromatic Colors of #288B68
Black with #288B68
Text Example
Text Example
White with #288B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B68; }
p { color: rgb(40,139,104); }
H1.HeaderClassName
{
color: #288B68;
}
.AnyTagClassName
{
color: #288B68;
}
</style>
background-color css
<style>
a { background-color: #288B68; }
a { background-color: rgb(40,139,104); }
div.DivClassName
{
background-color: #288B68;
}
.BgClassName
{
background-color: #288B68;
}
</style>
border-color css
<style>
span { border-color: #288B68; }
span { border-color: rgb(40,139,104); }
td.TdClassName
{
border-color: #288B68;
}
.TagClassName
{
border-color: #288B68;
}
</style>