Shades of Dark Spring Green #13893A
Tints of Dark Spring Green #13893A
RGB
CMYK
RGB Variations
Color information
#13893A (or 0x13893A) is known color: Dark Spring Green. HEX triplet: 13, 89 and 3A. RGB value is (19,137,58). Sum of RGB (Red+Green+Blue) = 19+137+58=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #13893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13893A is #EC76C5. Grayscale: #5C5C5C. Windows color (decimal): -15496902 or 3836179. OLE color: 3836179.
HSL color Cylindrical-coordinate representation of color #13893A: hue angle of 139.83º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13893A is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 58 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.46 |
| HSL | 139.83º | 0.76% | 0.31% | - |
| HSV(B) | 139.83º | 0.86% | 0.54% | - |
| XYZ | 9.98 | 18.34 | 7.02 | - |
| YUV | 92.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 58 | 0.86 | 0 | 0.58 | 0.46 | 139.83 | 0.76 | 0.31 |
| Hex | 13 | 89 | 3A | 56 | 0 | 3A | 2E | 8C | 4C | 1F |
| Octal | 23 | 211 | 72 | 126 | 0 | 72 | 56 | 214 | 114 | 37 |
| Binary | 10011 | 10001001 | 111010 | 1010110 | 0 | 111010 | 101110 | 10001100 | 1001100 | 11111 |
Color Harmonies of #13893A
Complementary color
Monochromatic Colors of #13893A
Black with #13893A
Text Example
Text Example
White with #13893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13893A; }
p { color: rgb(19,137,58); }
H1.HeaderClassName
{
color: #13893A;
}
.AnyTagClassName
{
color: #13893A;
}
</style>
background-color css
<style>
a { background-color: #13893A; }
a { background-color: rgb(19,137,58); }
div.DivClassName
{
background-color: #13893A;
}
.BgClassName
{
background-color: #13893A;
}
</style>
border-color css
<style>
span { border-color: #13893A; }
span { border-color: rgb(19,137,58); }
td.TdClassName
{
border-color: #13893A;
}
.TagClassName
{
border-color: #13893A;
}
</style>