Shades of Elf Green #158373
Tints of Elf Green #158373
RGB
CMYK
RGB Variations
Color information
#158373 (or 0x158373) is known color: Elf Green. HEX triplet: 15, 83 and 73. RGB value is (21,131,115). Sum of RGB (Red+Green+Blue) = 21+131+115=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #158373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158373 is #EA7C8C. Grayscale: #606060. Windows color (decimal): -15367309 or 7570197. OLE color: 7570197.
HSL color Cylindrical-coordinate representation of color #158373: hue angle of 171.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158373 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 115 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.49 |
| HSL | 171.27º | 0.72% | 0.3% | - |
| HSV(B) | 171.27º | 0.84% | 0.51% | - |
| XYZ | 11.52 | 17.63 | 19.02 | - |
| YUV | 96.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 115 | 0.84 | 0 | 0.12 | 0.49 | 171.27 | 0.72 | 0.3 |
| Hex | 15 | 83 | 73 | 54 | 0 | C | 31 | AB | 48 | 1E |
| Octal | 25 | 203 | 163 | 124 | 0 | 14 | 61 | 253 | 110 | 36 |
| Binary | 10101 | 10000011 | 1110011 | 1010100 | 0 | 1100 | 110001 | 10101011 | 1001000 | 11110 |
Color Harmonies of #158373
Complementary color
Monochromatic Colors of #158373
Black with #158373
Text Example
Text Example
White with #158373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158373; }
p { color: rgb(21,131,115); }
H1.HeaderClassName
{
color: #158373;
}
.AnyTagClassName
{
color: #158373;
}
</style>
background-color css
<style>
a { background-color: #158373; }
a { background-color: rgb(21,131,115); }
div.DivClassName
{
background-color: #158373;
}
.BgClassName
{
background-color: #158373;
}
</style>
border-color css
<style>
span { border-color: #158373; }
span { border-color: rgb(21,131,115); }
td.TdClassName
{
border-color: #158373;
}
.TagClassName
{
border-color: #158373;
}
</style>