Shades of Dark Spring Green #11823F
Tints of Dark Spring Green #11823F
RGB
CMYK
RGB Variations
Color information
#11823F (or 0x11823F) is known color: Dark Spring Green. HEX triplet: 11, 82 and 3F. RGB value is (17,130,63). Sum of RGB (Red+Green+Blue) = 17+130+63=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #11823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11823F is #EE7DC0. Grayscale: #585858. Windows color (decimal): -15629761 or 4162065. OLE color: 4162065.
HSL color Cylindrical-coordinate representation of color #11823F: hue angle of 144.42º 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 #11823F is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 63 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.49 |
| HSL | 144.42º | 0.77% | 0.29% | - |
| HSV(B) | 144.42º | 0.87% | 0.51% | - |
| XYZ | 9.11 | 16.44 | 7.4 | - |
| YUV | 88.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 63 | 0.87 | 0 | 0.52 | 0.49 | 144.42 | 0.77 | 0.29 |
| Hex | 11 | 82 | 3F | 57 | 0 | 34 | 31 | 90 | 4D | 1D |
| Octal | 21 | 202 | 77 | 127 | 0 | 64 | 61 | 220 | 115 | 35 |
| Binary | 10001 | 10000010 | 111111 | 1010111 | 0 | 110100 | 110001 | 10010000 | 1001101 | 11101 |
Color Harmonies of #11823F
Complementary color
Monochromatic Colors of #11823F
Black with #11823F
Text Example
Text Example
White with #11823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11823F; }
p { color: rgb(17,130,63); }
H1.HeaderClassName
{
color: #11823F;
}
.AnyTagClassName
{
color: #11823F;
}
</style>
background-color css
<style>
a { background-color: #11823F; }
a { background-color: rgb(17,130,63); }
div.DivClassName
{
background-color: #11823F;
}
.BgClassName
{
background-color: #11823F;
}
</style>
border-color css
<style>
span { border-color: #11823F; }
span { border-color: rgb(17,130,63); }
td.TdClassName
{
border-color: #11823F;
}
.TagClassName
{
border-color: #11823F;
}
</style>