Shades of Elf Green #13915B
Tints of Elf Green #13915B
RGB
CMYK
RGB Variations
Color information
#13915B (or 0x13915B) is known color: Elf Green. HEX triplet: 13, 91 and 5B. RGB value is (19,145,91). Sum of RGB (Red+Green+Blue) = 19+145+91=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #13915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13915B is #EC6EA4. Grayscale: #656565. Windows color (decimal): -15494821 or 6000915. OLE color: 6000915.
HSL color Cylindrical-coordinate representation of color #13915B: hue angle of 154.29º 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 #13915B is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 91 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.43 |
| HSL | 154.29º | 0.77% | 0.32% | - |
| HSV(B) | 154.29º | 0.87% | 0.57% | - |
| XYZ | 12.28 | 21.14 | 13.33 | - |
| YUV | 101.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 91 | 0.87 | 0 | 0.37 | 0.43 | 154.29 | 0.77 | 0.32 |
| Hex | 13 | 91 | 5B | 57 | 0 | 25 | 2B | 9A | 4D | 20 |
| Octal | 23 | 221 | 133 | 127 | 0 | 45 | 53 | 232 | 115 | 40 |
| Binary | 10011 | 10010001 | 1011011 | 1010111 | 0 | 100101 | 101011 | 10011010 | 1001101 | 100000 |
Color Harmonies of #13915B
Complementary color
Monochromatic Colors of #13915B
Black with #13915B
Text Example
Text Example
White with #13915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13915B; }
p { color: rgb(19,145,91); }
H1.HeaderClassName
{
color: #13915B;
}
.AnyTagClassName
{
color: #13915B;
}
</style>
background-color css
<style>
a { background-color: #13915B; }
a { background-color: rgb(19,145,91); }
div.DivClassName
{
background-color: #13915B;
}
.BgClassName
{
background-color: #13915B;
}
</style>
border-color css
<style>
span { border-color: #13915B; }
span { border-color: rgb(19,145,91); }
td.TdClassName
{
border-color: #13915B;
}
.TagClassName
{
border-color: #13915B;
}
</style>