Shades of Elf Green #288369
Tints of Elf Green #288369
RGB
CMYK
RGB Variations
Color information
#288369 (or 0x288369) is known color: Elf Green. HEX triplet: 28, 83 and 69. RGB value is (40,131,105). Sum of RGB (Red+Green+Blue) = 40+131+105=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #288369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288369 is #D77C96. Grayscale: #646464. Windows color (decimal): -14122135 or 6914856. OLE color: 6914856.
HSL color Cylindrical-coordinate representation of color #288369: hue angle of 162.86º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288369 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 105 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.49 |
| HSL | 162.86º | 0.53% | 0.34% | - |
| HSV(B) | 162.86º | 0.69% | 0.51% | - |
| XYZ | 11.54 | 17.7 | 16.17 | - |
| YUV | 100.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 105 | 0.69 | 0 | 0.20 | 0.49 | 162.86 | 0.53 | 0.34 |
| Hex | 28 | 83 | 69 | 45 | 0 | 14 | 31 | A3 | 35 | 22 |
| Octal | 50 | 203 | 151 | 105 | 0 | 24 | 61 | 243 | 65 | 42 |
| Binary | 101000 | 10000011 | 1101001 | 1000101 | 0 | 10100 | 110001 | 10100011 | 110101 | 100010 |
Color Harmonies of #288369
Complementary color
Monochromatic Colors of #288369
Black with #288369
Text Example
Text Example
White with #288369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288369; }
p { color: rgb(40,131,105); }
H1.HeaderClassName
{
color: #288369;
}
.AnyTagClassName
{
color: #288369;
}
</style>
background-color css
<style>
a { background-color: #288369; }
a { background-color: rgb(40,131,105); }
div.DivClassName
{
background-color: #288369;
}
.BgClassName
{
background-color: #288369;
}
</style>
border-color css
<style>
span { border-color: #288369; }
span { border-color: rgb(40,131,105); }
td.TdClassName
{
border-color: #288369;
}
.TagClassName
{
border-color: #288369;
}
</style>