Shades of Dark Spring Green #11823B
Tints of Dark Spring Green #11823B
RGB
CMYK
RGB Variations
Color information
#11823B (or 0x11823B) is known color: Dark Spring Green. HEX triplet: 11, 82 and 3B. RGB value is (17,130,59). Sum of RGB (Red+Green+Blue) = 17+130+59=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #11823B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11823B is #EE7DC4. Grayscale: #585858. Windows color (decimal): -15629765 or 3899921. OLE color: 3899921.
HSL color Cylindrical-coordinate representation of color #11823B: hue angle of 142.3º 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 #11823B is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 59 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.49 |
| HSL | 142.3º | 0.77% | 0.29% | - |
| HSV(B) | 142.3º | 0.87% | 0.51% | - |
| XYZ | 9 | 16.4 | 6.83 | - |
| YUV | 88.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 59 | 0.87 | 0 | 0.55 | 0.49 | 142.3 | 0.77 | 0.29 |
| Hex | 11 | 82 | 3B | 57 | 0 | 37 | 31 | 8E | 4D | 1D |
| Octal | 21 | 202 | 73 | 127 | 0 | 67 | 61 | 216 | 115 | 35 |
| Binary | 10001 | 10000010 | 111011 | 1010111 | 0 | 110111 | 110001 | 10001110 | 1001101 | 11101 |
Color Harmonies of #11823B
Complementary color
Monochromatic Colors of #11823B
Black with #11823B
Text Example
Text Example
White with #11823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11823B; }
p { color: rgb(17,130,59); }
H1.HeaderClassName
{
color: #11823B;
}
.AnyTagClassName
{
color: #11823B;
}
</style>
background-color css
<style>
a { background-color: #11823B; }
a { background-color: rgb(17,130,59); }
div.DivClassName
{
background-color: #11823B;
}
.BgClassName
{
background-color: #11823B;
}
</style>
border-color css
<style>
span { border-color: #11823B; }
span { border-color: rgb(17,130,59); }
td.TdClassName
{
border-color: #11823B;
}
.TagClassName
{
border-color: #11823B;
}
</style>