Shades of Dark Spring Green #13823F
Tints of Dark Spring Green #13823F
RGB
CMYK
RGB Variations
Color information
#13823F (or 0x13823F) is known color: Dark Spring Green. HEX triplet: 13, 82 and 3F. RGB value is (19,130,63). Sum of RGB (Red+Green+Blue) = 19+130+63=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #13823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13823F is #EC7DC0. Grayscale: #595959. Windows color (decimal): -15498689 or 4162067. OLE color: 4162067.
HSL color Cylindrical-coordinate representation of color #13823F: hue angle of 143.78º 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 #13823F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 63 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.49 |
| HSL | 143.78º | 0.74% | 0.29% | - |
| HSV(B) | 143.78º | 0.85% | 0.51% | - |
| XYZ | 9.15 | 16.46 | 7.4 | - |
| YUV | 89.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 63 | 0.85 | 0 | 0.52 | 0.49 | 143.78 | 0.74 | 0.29 |
| Hex | 13 | 82 | 3F | 55 | 0 | 34 | 31 | 90 | 4A | 1D |
| Octal | 23 | 202 | 77 | 125 | 0 | 64 | 61 | 220 | 112 | 35 |
| Binary | 10011 | 10000010 | 111111 | 1010101 | 0 | 110100 | 110001 | 10010000 | 1001010 | 11101 |
Color Harmonies of #13823F
Complementary color
Monochromatic Colors of #13823F
Black with #13823F
Text Example
Text Example
White with #13823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13823F; }
p { color: rgb(19,130,63); }
H1.HeaderClassName
{
color: #13823F;
}
.AnyTagClassName
{
color: #13823F;
}
</style>
background-color css
<style>
a { background-color: #13823F; }
a { background-color: rgb(19,130,63); }
div.DivClassName
{
background-color: #13823F;
}
.BgClassName
{
background-color: #13823F;
}
</style>
border-color css
<style>
span { border-color: #13823F; }
span { border-color: rgb(19,130,63); }
td.TdClassName
{
border-color: #13823F;
}
.TagClassName
{
border-color: #13823F;
}
</style>