Shades of Dark Spring Green #11823D
Tints of Dark Spring Green #11823D
RGB
CMYK
RGB Variations
Color information
#11823D (or 0x11823D) is known color: Dark Spring Green. HEX triplet: 11, 82 and 3D. RGB value is (17,130,61). Sum of RGB (Red+Green+Blue) = 17+130+61=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #11823D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11823D is #EE7DC2. Grayscale: #585858. Windows color (decimal): -15629763 or 4030993. OLE color: 4030993.
HSL color Cylindrical-coordinate representation of color #11823D: hue angle of 143.36º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11823D is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 61 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.49 |
| HSL | 143.36º | 0.77% | 0.29% | - |
| HSV(B) | 143.36º | 0.87% | 0.51% | - |
| XYZ | 9.06 | 16.42 | 7.11 | - |
| YUV | 88.35 | 112.56 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 61 | 0.87 | 0 | 0.53 | 0.49 | 143.36 | 0.77 | 0.29 |
| Hex | 11 | 82 | 3D | 57 | 0 | 35 | 31 | 8F | 4D | 1D |
| Octal | 21 | 202 | 75 | 127 | 0 | 65 | 61 | 217 | 115 | 35 |
| Binary | 10001 | 10000010 | 111101 | 1010111 | 0 | 110101 | 110001 | 10001111 | 1001101 | 11101 |
Color Harmonies of #11823D
Complementary color
Monochromatic Colors of #11823D
Black with #11823D
Text Example
Text Example
White with #11823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11823D; }
p { color: rgb(17,130,61); }
H1.HeaderClassName
{
color: #11823D;
}
.AnyTagClassName
{
color: #11823D;
}
</style>
background-color css
<style>
a { background-color: #11823D; }
a { background-color: rgb(17,130,61); }
div.DivClassName
{
background-color: #11823D;
}
.BgClassName
{
background-color: #11823D;
}
</style>
border-color css
<style>
span { border-color: #11823D; }
span { border-color: rgb(17,130,61); }
td.TdClassName
{
border-color: #11823D;
}
.TagClassName
{
border-color: #11823D;
}
</style>