Shades of Dark Spring Green #10803E
Tints of Dark Spring Green #10803E
RGB
CMYK
RGB Variations
Color information
#10803E (or 0x10803E) is known color: Dark Spring Green. HEX triplet: 10, 80 and 3E. RGB value is (16,128,62). Sum of RGB (Red+Green+Blue) = 16+128+62=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #10803E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10803E is #EF7FC1. Grayscale: #575757. Windows color (decimal): -15695810 or 4096016. OLE color: 4096016.
HSL color Cylindrical-coordinate representation of color #10803E: hue angle of 144.64º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10803E is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 62 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.50 |
| HSL | 144.64º | 0.78% | 0.28% | - |
| HSV(B) | 144.64º | 0.88% | 0.5% | - |
| XYZ | 8.8 | 15.9 | 7.16 | - |
| YUV | 86.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 62 | 0.88 | 0 | 0.52 | 0.50 | 144.64 | 0.78 | 0.28 |
| Hex | 10 | 80 | 3E | 58 | 0 | 34 | 32 | 91 | 4E | 1C |
| Octal | 20 | 200 | 76 | 130 | 0 | 64 | 62 | 221 | 116 | 34 |
| Binary | 10000 | 10000000 | 111110 | 1011000 | 0 | 110100 | 110010 | 10010001 | 1001110 | 11100 |
Color Harmonies of #10803E
Complementary color
Monochromatic Colors of #10803E
Black with #10803E
Text Example
Text Example
White with #10803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10803E; }
p { color: rgb(16,128,62); }
H1.HeaderClassName
{
color: #10803E;
}
.AnyTagClassName
{
color: #10803E;
}
</style>
background-color css
<style>
a { background-color: #10803E; }
a { background-color: rgb(16,128,62); }
div.DivClassName
{
background-color: #10803E;
}
.BgClassName
{
background-color: #10803E;
}
</style>
border-color css
<style>
span { border-color: #10803E; }
span { border-color: rgb(16,128,62); }
td.TdClassName
{
border-color: #10803E;
}
.TagClassName
{
border-color: #10803E;
}
</style>