Shades of Elf Green #13937B
Tints of Elf Green #13937B
RGB
CMYK
RGB Variations
Color information
#13937B (or 0x13937B) is known color: Elf Green. HEX triplet: 13, 93 and 7B. RGB value is (19,147,123). Sum of RGB (Red+Green+Blue) = 19+147+123=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #13937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13937B is #EC6C84. Grayscale: #696969. Windows color (decimal): -15494277 or 8098579. OLE color: 8098579.
HSL color Cylindrical-coordinate representation of color #13937B: hue angle of 168.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13937B is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 123 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.42 |
| HSL | 168.75º | 0.77% | 0.33% | - |
| HSV(B) | 168.75º | 0.87% | 0.58% | - |
| XYZ | 14.28 | 22.44 | 22.32 | - |
| YUV | 105.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 123 | 0.87 | 0 | 0.16 | 0.42 | 168.75 | 0.77 | 0.33 |
| Hex | 13 | 93 | 7B | 57 | 0 | 10 | 2A | A9 | 4D | 21 |
| Octal | 23 | 223 | 173 | 127 | 0 | 20 | 52 | 251 | 115 | 41 |
| Binary | 10011 | 10010011 | 1111011 | 1010111 | 0 | 10000 | 101010 | 10101001 | 1001101 | 100001 |
Color Harmonies of #13937B
Complementary color
Monochromatic Colors of #13937B
Black with #13937B
Text Example
Text Example
White with #13937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13937B; }
p { color: rgb(19,147,123); }
H1.HeaderClassName
{
color: #13937B;
}
.AnyTagClassName
{
color: #13937B;
}
</style>
background-color css
<style>
a { background-color: #13937B; }
a { background-color: rgb(19,147,123); }
div.DivClassName
{
background-color: #13937B;
}
.BgClassName
{
background-color: #13937B;
}
</style>
border-color css
<style>
span { border-color: #13937B; }
span { border-color: rgb(19,147,123); }
td.TdClassName
{
border-color: #13937B;
}
.TagClassName
{
border-color: #13937B;
}
</style>