Shades of Elf Green #288465
Tints of Elf Green #288465
RGB
CMYK
RGB Variations
Color information
#288465 (or 0x288465) is known color: Elf Green. HEX triplet: 28, 84 and 65. RGB value is (40,132,101). Sum of RGB (Red+Green+Blue) = 40+132+101=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #288465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288465 is #D77B9A. Grayscale: #646464. Windows color (decimal): -14121883 or 6652968. OLE color: 6652968.
HSL color Cylindrical-coordinate representation of color #288465: hue angle of 159.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288465 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 101 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.48 |
| HSL | 159.78º | 0.53% | 0.34% | - |
| HSV(B) | 159.78º | 0.7% | 0.52% | - |
| XYZ | 11.48 | 17.89 | 15.16 | - |
| YUV | 100.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 101 | 0.70 | 0 | 0.23 | 0.48 | 159.78 | 0.53 | 0.34 |
| Hex | 28 | 84 | 65 | 46 | 0 | 17 | 30 | A0 | 35 | 22 |
| Octal | 50 | 204 | 145 | 106 | 0 | 27 | 60 | 240 | 65 | 42 |
| Binary | 101000 | 10000100 | 1100101 | 1000110 | 0 | 10111 | 110000 | 10100000 | 110101 | 100010 |
Color Harmonies of #288465
Complementary color
Monochromatic Colors of #288465
Black with #288465
Text Example
Text Example
White with #288465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288465; }
p { color: rgb(40,132,101); }
H1.HeaderClassName
{
color: #288465;
}
.AnyTagClassName
{
color: #288465;
}
</style>
background-color css
<style>
a { background-color: #288465; }
a { background-color: rgb(40,132,101); }
div.DivClassName
{
background-color: #288465;
}
.BgClassName
{
background-color: #288465;
}
</style>
border-color css
<style>
span { border-color: #288465; }
span { border-color: rgb(40,132,101); }
td.TdClassName
{
border-color: #288465;
}
.TagClassName
{
border-color: #288465;
}
</style>