Shades of Dark Spring Green #13823E
Tints of Dark Spring Green #13823E
RGB
CMYK
RGB Variations
Color information
#13823E (or 0x13823E) is known color: Dark Spring Green. HEX triplet: 13, 82 and 3E. RGB value is (19,130,62). Sum of RGB (Red+Green+Blue) = 19+130+62=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #13823E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13823E is #EC7DC1. Grayscale: #595959. Windows color (decimal): -15498690 or 4096531. OLE color: 4096531.
HSL color Cylindrical-coordinate representation of color #13823E: hue angle of 143.24º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13823E is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 62 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.49 |
| HSL | 143.24º | 0.74% | 0.29% | - |
| HSV(B) | 143.24º | 0.85% | 0.51% | - |
| XYZ | 9.12 | 16.45 | 7.25 | - |
| YUV | 89.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 62 | 0.85 | 0 | 0.52 | 0.49 | 143.24 | 0.74 | 0.29 |
| Hex | 13 | 82 | 3E | 55 | 0 | 34 | 31 | 8F | 4A | 1D |
| Octal | 23 | 202 | 76 | 125 | 0 | 64 | 61 | 217 | 112 | 35 |
| Binary | 10011 | 10000010 | 111110 | 1010101 | 0 | 110100 | 110001 | 10001111 | 1001010 | 11101 |
Color Harmonies of #13823E
Complementary color
Monochromatic Colors of #13823E
Black with #13823E
Text Example
Text Example
White with #13823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13823E; }
p { color: rgb(19,130,62); }
H1.HeaderClassName
{
color: #13823E;
}
.AnyTagClassName
{
color: #13823E;
}
</style>
background-color css
<style>
a { background-color: #13823E; }
a { background-color: rgb(19,130,62); }
div.DivClassName
{
background-color: #13823E;
}
.BgClassName
{
background-color: #13823E;
}
</style>
border-color css
<style>
span { border-color: #13823E; }
span { border-color: rgb(19,130,62); }
td.TdClassName
{
border-color: #13823E;
}
.TagClassName
{
border-color: #13823E;
}
</style>