Shades of Dark Spring Green #10813B
Tints of Dark Spring Green #10813B
RGB
CMYK
RGB Variations
Color information
#10813B (or 0x10813B) is known color: Dark Spring Green. HEX triplet: 10, 81 and 3B. RGB value is (16,129,59). Sum of RGB (Red+Green+Blue) = 16+129+59=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #10813B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10813B is #EF7EC4. Grayscale: #575757. Windows color (decimal): -15695557 or 3899664. OLE color: 3899664.
HSL color Cylindrical-coordinate representation of color #10813B: hue angle of 142.83º 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 #10813B is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 59 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.49 |
| HSL | 142.83º | 0.78% | 0.28% | - |
| HSV(B) | 142.83º | 0.88% | 0.51% | - |
| XYZ | 8.85 | 16.13 | 6.78 | - |
| YUV | 87.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 59 | 0.88 | 0 | 0.54 | 0.49 | 142.83 | 0.78 | 0.28 |
| Hex | 10 | 81 | 3B | 58 | 0 | 36 | 31 | 8F | 4E | 1C |
| Octal | 20 | 201 | 73 | 130 | 0 | 66 | 61 | 217 | 116 | 34 |
| Binary | 10000 | 10000001 | 111011 | 1011000 | 0 | 110110 | 110001 | 10001111 | 1001110 | 11100 |
Color Harmonies of #10813B
Complementary color
Monochromatic Colors of #10813B
Black with #10813B
Text Example
Text Example
White with #10813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10813B; }
p { color: rgb(16,129,59); }
H1.HeaderClassName
{
color: #10813B;
}
.AnyTagClassName
{
color: #10813B;
}
</style>
background-color css
<style>
a { background-color: #10813B; }
a { background-color: rgb(16,129,59); }
div.DivClassName
{
background-color: #10813B;
}
.BgClassName
{
background-color: #10813B;
}
</style>
border-color css
<style>
span { border-color: #10813B; }
span { border-color: rgb(16,129,59); }
td.TdClassName
{
border-color: #10813B;
}
.TagClassName
{
border-color: #10813B;
}
</style>