Shades of Elf Green #288B63
Tints of Elf Green #288B63
RGB
CMYK
RGB Variations
Color information
#288B63 (or 0x288B63) is known color: Elf Green. HEX triplet: 28, 8B and 63. RGB value is (40,139,99). Sum of RGB (Red+Green+Blue) = 40+139+99=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #288B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B63 is #D7749C. Grayscale: #686868. Windows color (decimal): -14120093 or 6523688. OLE color: 6523688.
HSL color Cylindrical-coordinate representation of color #288B63: hue angle of 155.76º 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 #288B63 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 99 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.45 |
| HSL | 155.76º | 0.55% | 0.35% | - |
| HSV(B) | 155.76º | 0.71% | 0.55% | - |
| XYZ | 12.36 | 19.82 | 14.98 | - |
| YUV | 104.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 99 | 0.71 | 0 | 0.29 | 0.45 | 155.76 | 0.55 | 0.35 |
| Hex | 28 | 8B | 63 | 47 | 0 | 1D | 2D | 9C | 37 | 23 |
| Octal | 50 | 213 | 143 | 107 | 0 | 35 | 55 | 234 | 67 | 43 |
| Binary | 101000 | 10001011 | 1100011 | 1000111 | 0 | 11101 | 101101 | 10011100 | 110111 | 100011 |
Color Harmonies of #288B63
Complementary color
Monochromatic Colors of #288B63
Black with #288B63
Text Example
Text Example
White with #288B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B63; }
p { color: rgb(40,139,99); }
H1.HeaderClassName
{
color: #288B63;
}
.AnyTagClassName
{
color: #288B63;
}
</style>
background-color css
<style>
a { background-color: #288B63; }
a { background-color: rgb(40,139,99); }
div.DivClassName
{
background-color: #288B63;
}
.BgClassName
{
background-color: #288B63;
}
</style>
border-color css
<style>
span { border-color: #288B63; }
span { border-color: rgb(40,139,99); }
td.TdClassName
{
border-color: #288B63;
}
.TagClassName
{
border-color: #288B63;
}
</style>