Shades of Elf Green #13917D
Tints of Elf Green #13917D
RGB
CMYK
RGB Variations
Color information
#13917D (or 0x13917D) is known color: Elf Green. HEX triplet: 13, 91 and 7D. RGB value is (19,145,125). Sum of RGB (Red+Green+Blue) = 19+145+125=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #13917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13917D is #EC6E82. Grayscale: #696969. Windows color (decimal): -15494787 or 8229139. OLE color: 8229139.
HSL color Cylindrical-coordinate representation of color #13917D: hue angle of 170.48º 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 #13917D is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 125 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.43 |
| HSL | 170.48º | 0.77% | 0.32% | - |
| HSV(B) | 170.48º | 0.87% | 0.57% | - |
| XYZ | 14.1 | 21.87 | 22.88 | - |
| YUV | 105.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 125 | 0.87 | 0 | 0.14 | 0.43 | 170.48 | 0.77 | 0.32 |
| Hex | 13 | 91 | 7D | 57 | 0 | E | 2B | AA | 4D | 20 |
| Octal | 23 | 221 | 175 | 127 | 0 | 16 | 53 | 252 | 115 | 40 |
| Binary | 10011 | 10010001 | 1111101 | 1010111 | 0 | 1110 | 101011 | 10101010 | 1001101 | 100000 |
Color Harmonies of #13917D
Complementary color
Monochromatic Colors of #13917D
Black with #13917D
Text Example
Text Example
White with #13917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13917D; }
p { color: rgb(19,145,125); }
H1.HeaderClassName
{
color: #13917D;
}
.AnyTagClassName
{
color: #13917D;
}
</style>
background-color css
<style>
a { background-color: #13917D; }
a { background-color: rgb(19,145,125); }
div.DivClassName
{
background-color: #13917D;
}
.BgClassName
{
background-color: #13917D;
}
</style>
border-color css
<style>
span { border-color: #13917D; }
span { border-color: rgb(19,145,125); }
td.TdClassName
{
border-color: #13917D;
}
.TagClassName
{
border-color: #13917D;
}
</style>