Shades of Elf Green #288266
Tints of Elf Green #288266
RGB
CMYK
RGB Variations
Color information
#288266 (or 0x288266) is known color: Elf Green. HEX triplet: 28, 82 and 66. RGB value is (40,130,102). Sum of RGB (Red+Green+Blue) = 40+130+102=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #288266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288266 is #D77D99. Grayscale: #636363. Windows color (decimal): -14122394 or 6717992. OLE color: 6717992.
HSL color Cylindrical-coordinate representation of color #288266: hue angle of 161.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288266 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 102 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.49 |
| HSL | 161.33º | 0.53% | 0.33% | - |
| HSV(B) | 161.33º | 0.69% | 0.51% | - |
| XYZ | 11.26 | 17.38 | 15.33 | - |
| YUV | 99.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 102 | 0.69 | 0 | 0.22 | 0.49 | 161.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 66 | 45 | 0 | 16 | 31 | A1 | 35 | 21 |
| Octal | 50 | 202 | 146 | 105 | 0 | 26 | 61 | 241 | 65 | 41 |
| Binary | 101000 | 10000010 | 1100110 | 1000101 | 0 | 10110 | 110001 | 10100001 | 110101 | 100001 |
Color Harmonies of #288266
Complementary color
Monochromatic Colors of #288266
Black with #288266
Text Example
Text Example
White with #288266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288266; }
p { color: rgb(40,130,102); }
H1.HeaderClassName
{
color: #288266;
}
.AnyTagClassName
{
color: #288266;
}
</style>
background-color css
<style>
a { background-color: #288266; }
a { background-color: rgb(40,130,102); }
div.DivClassName
{
background-color: #288266;
}
.BgClassName
{
background-color: #288266;
}
</style>
border-color css
<style>
span { border-color: #288266; }
span { border-color: rgb(40,130,102); }
td.TdClassName
{
border-color: #288266;
}
.TagClassName
{
border-color: #288266;
}
</style>