Shades of Dark Spring Green #10803C
Tints of Dark Spring Green #10803C
RGB
CMYK
RGB Variations
Color information
#10803C (or 0x10803C) is known color: Dark Spring Green. HEX triplet: 10, 80 and 3C. RGB value is (16,128,60). Sum of RGB (Red+Green+Blue) = 16+128+60=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #10803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10803C is #EF7FC3. Grayscale: #565656. Windows color (decimal): -15695812 or 3964944. OLE color: 3964944.
HSL color Cylindrical-coordinate representation of color #10803C: hue angle of 143.57º 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 #10803C is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 60 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.50 |
| HSL | 143.57º | 0.78% | 0.28% | - |
| HSV(B) | 143.57º | 0.88% | 0.5% | - |
| XYZ | 8.75 | 15.87 | 6.88 | - |
| YUV | 86.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 60 | 0.88 | 0 | 0.53 | 0.50 | 143.57 | 0.78 | 0.28 |
| Hex | 10 | 80 | 3C | 58 | 0 | 35 | 32 | 90 | 4E | 1C |
| Octal | 20 | 200 | 74 | 130 | 0 | 65 | 62 | 220 | 116 | 34 |
| Binary | 10000 | 10000000 | 111100 | 1011000 | 0 | 110101 | 110010 | 10010000 | 1001110 | 11100 |
Color Harmonies of #10803C
Complementary color
Monochromatic Colors of #10803C
Black with #10803C
Text Example
Text Example
White with #10803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10803C; }
p { color: rgb(16,128,60); }
H1.HeaderClassName
{
color: #10803C;
}
.AnyTagClassName
{
color: #10803C;
}
</style>
background-color css
<style>
a { background-color: #10803C; }
a { background-color: rgb(16,128,60); }
div.DivClassName
{
background-color: #10803C;
}
.BgClassName
{
background-color: #10803C;
}
</style>
border-color css
<style>
span { border-color: #10803C; }
span { border-color: rgb(16,128,60); }
td.TdClassName
{
border-color: #10803C;
}
.TagClassName
{
border-color: #10803C;
}
</style>