Shades of Dark Spring Green #10813D
Tints of Dark Spring Green #10813D
RGB
CMYK
RGB Variations
Color information
#10813D (or 0x10813D) is known color: Dark Spring Green. HEX triplet: 10, 81 and 3D. RGB value is (16,129,61). Sum of RGB (Red+Green+Blue) = 16+129+61=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #10813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10813D is #EF7EC2. Grayscale: #575757. Windows color (decimal): -15695555 or 4030736. OLE color: 4030736.
HSL color Cylindrical-coordinate representation of color #10813D: hue angle of 143.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10813D is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 61 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.49 |
| HSL | 143.89º | 0.78% | 0.28% | - |
| HSV(B) | 143.89º | 0.88% | 0.51% | - |
| XYZ | 8.91 | 16.15 | 7.06 | - |
| YUV | 87.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 61 | 0.88 | 0 | 0.53 | 0.49 | 143.89 | 0.78 | 0.28 |
| Hex | 10 | 81 | 3D | 58 | 0 | 35 | 31 | 90 | 4E | 1C |
| Octal | 20 | 201 | 75 | 130 | 0 | 65 | 61 | 220 | 116 | 34 |
| Binary | 10000 | 10000001 | 111101 | 1011000 | 0 | 110101 | 110001 | 10010000 | 1001110 | 11100 |
Color Harmonies of #10813D
Complementary color
Monochromatic Colors of #10813D
Black with #10813D
Text Example
Text Example
White with #10813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10813D; }
p { color: rgb(16,129,61); }
H1.HeaderClassName
{
color: #10813D;
}
.AnyTagClassName
{
color: #10813D;
}
</style>
background-color css
<style>
a { background-color: #10813D; }
a { background-color: rgb(16,129,61); }
div.DivClassName
{
background-color: #10813D;
}
.BgClassName
{
background-color: #10813D;
}
</style>
border-color css
<style>
span { border-color: #10813D; }
span { border-color: rgb(16,129,61); }
td.TdClassName
{
border-color: #10813D;
}
.TagClassName
{
border-color: #10813D;
}
</style>