Shades of Elf Green #288066
Tints of Elf Green #288066
RGB
CMYK
RGB Variations
Color information
#288066 (or 0x288066) is known color: Elf Green. HEX triplet: 28, 80 and 66. RGB value is (40,128,102). Sum of RGB (Red+Green+Blue) = 40+128+102=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #288066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288066 is #D77F99. Grayscale: #626262. Windows color (decimal): -14122906 or 6717480. OLE color: 6717480.
HSL color Cylindrical-coordinate representation of color #288066: hue angle of 162.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288066 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 102 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.50 |
| HSL | 162.27º | 0.52% | 0.33% | - |
| HSV(B) | 162.27º | 0.69% | 0.5% | - |
| XYZ | 10.99 | 16.85 | 15.24 | - |
| YUV | 98.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 102 | 0.69 | 0 | 0.20 | 0.50 | 162.27 | 0.52 | 0.33 |
| Hex | 28 | 80 | 66 | 45 | 0 | 14 | 32 | A2 | 34 | 21 |
| Octal | 50 | 200 | 146 | 105 | 0 | 24 | 62 | 242 | 64 | 41 |
| Binary | 101000 | 10000000 | 1100110 | 1000101 | 0 | 10100 | 110010 | 10100010 | 110100 | 100001 |
Color Harmonies of #288066
Complementary color
Monochromatic Colors of #288066
Black with #288066
Text Example
Text Example
White with #288066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288066; }
p { color: rgb(40,128,102); }
H1.HeaderClassName
{
color: #288066;
}
.AnyTagClassName
{
color: #288066;
}
</style>
background-color css
<style>
a { background-color: #288066; }
a { background-color: rgb(40,128,102); }
div.DivClassName
{
background-color: #288066;
}
.BgClassName
{
background-color: #288066;
}
</style>
border-color css
<style>
span { border-color: #288066; }
span { border-color: rgb(40,128,102); }
td.TdClassName
{
border-color: #288066;
}
.TagClassName
{
border-color: #288066;
}
</style>