Shades of Elf Green #13915E
Tints of Elf Green #13915E
RGB
CMYK
RGB Variations
Color information
#13915E (or 0x13915E) is known color: Elf Green. HEX triplet: 13, 91 and 5E. RGB value is (19,145,94). Sum of RGB (Red+Green+Blue) = 19+145+94=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #13915E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13915E is #EC6EA1. Grayscale: #656565. Windows color (decimal): -15494818 or 6197523. OLE color: 6197523.
HSL color Cylindrical-coordinate representation of color #13915E: hue angle of 155.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13915E is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 94 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.43 |
| HSL | 155.71º | 0.77% | 0.32% | - |
| HSV(B) | 155.71º | 0.87% | 0.57% | - |
| XYZ | 12.41 | 21.2 | 14.03 | - |
| YUV | 101.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 94 | 0.87 | 0 | 0.35 | 0.43 | 155.71 | 0.77 | 0.32 |
| Hex | 13 | 91 | 5E | 57 | 0 | 23 | 2B | 9C | 4D | 20 |
| Octal | 23 | 221 | 136 | 127 | 0 | 43 | 53 | 234 | 115 | 40 |
| Binary | 10011 | 10010001 | 1011110 | 1010111 | 0 | 100011 | 101011 | 10011100 | 1001101 | 100000 |
Color Harmonies of #13915E
Complementary color
Monochromatic Colors of #13915E
Black with #13915E
Text Example
Text Example
White with #13915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13915E; }
p { color: rgb(19,145,94); }
H1.HeaderClassName
{
color: #13915E;
}
.AnyTagClassName
{
color: #13915E;
}
</style>
background-color css
<style>
a { background-color: #13915E; }
a { background-color: rgb(19,145,94); }
div.DivClassName
{
background-color: #13915E;
}
.BgClassName
{
background-color: #13915E;
}
</style>
border-color css
<style>
span { border-color: #13915E; }
span { border-color: rgb(19,145,94); }
td.TdClassName
{
border-color: #13915E;
}
.TagClassName
{
border-color: #13915E;
}
</style>