Shades of Dark Spring Green #11803C
Tints of Dark Spring Green #11803C
RGB
CMYK
RGB Variations
Color information
#11803C (or 0x11803C) is known color: Dark Spring Green. HEX triplet: 11, 80 and 3C. RGB value is (17,128,60). Sum of RGB (Red+Green+Blue) = 17+128+60=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #11803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11803C is #EE7FC3. Grayscale: #575757. Windows color (decimal): -15630276 or 3964945. OLE color: 3964945.
HSL color Cylindrical-coordinate representation of color #11803C: hue angle of 143.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11803C is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 60 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.50 |
| HSL | 143.24º | 0.77% | 0.28% | - |
| HSV(B) | 143.24º | 0.87% | 0.5% | - |
| XYZ | 8.77 | 15.88 | 6.88 | - |
| YUV | 87.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 60 | 0.87 | 0 | 0.53 | 0.50 | 143.24 | 0.77 | 0.28 |
| Hex | 11 | 80 | 3C | 57 | 0 | 35 | 32 | 8F | 4D | 1C |
| Octal | 21 | 200 | 74 | 127 | 0 | 65 | 62 | 217 | 115 | 34 |
| Binary | 10001 | 10000000 | 111100 | 1010111 | 0 | 110101 | 110010 | 10001111 | 1001101 | 11100 |
Color Harmonies of #11803C
Complementary color
Monochromatic Colors of #11803C
Black with #11803C
Text Example
Text Example
White with #11803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11803C; }
p { color: rgb(17,128,60); }
H1.HeaderClassName
{
color: #11803C;
}
.AnyTagClassName
{
color: #11803C;
}
</style>
background-color css
<style>
a { background-color: #11803C; }
a { background-color: rgb(17,128,60); }
div.DivClassName
{
background-color: #11803C;
}
.BgClassName
{
background-color: #11803C;
}
</style>
border-color css
<style>
span { border-color: #11803C; }
span { border-color: rgb(17,128,60); }
td.TdClassName
{
border-color: #11803C;
}
.TagClassName
{
border-color: #11803C;
}
</style>