Shades of Dark Spring Green #11743F
Tints of Dark Spring Green #11743F
RGB
CMYK
RGB Variations
Color information
#11743F (or 0x11743F) is known color: Dark Spring Green. HEX triplet: 11, 74 and 3F. RGB value is (17,116,63). Sum of RGB (Red+Green+Blue) = 17+116+63=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #11743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11743F is #EE8BC0. Grayscale: #505050. Windows color (decimal): -15633345 or 4158481. OLE color: 4158481.
HSL color Cylindrical-coordinate representation of color #11743F: hue angle of 147.88º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11743F is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 63 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.55 |
| HSL | 147.88º | 0.74% | 0.26% | - |
| HSV(B) | 147.88º | 0.85% | 0.45% | - |
| XYZ | 7.37 | 12.97 | 6.82 | - |
| YUV | 80.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 63 | 0.85 | 0 | 0.46 | 0.55 | 147.88 | 0.74 | 0.26 |
| Hex | 11 | 74 | 3F | 55 | 0 | 2E | 37 | 94 | 4A | 1A |
| Octal | 21 | 164 | 77 | 125 | 0 | 56 | 67 | 224 | 112 | 32 |
| Binary | 10001 | 1110100 | 111111 | 1010101 | 0 | 101110 | 110111 | 10010100 | 1001010 | 11010 |
Color Harmonies of #11743F
Complementary color
Monochromatic Colors of #11743F
Black with #11743F
Text Example
Text Example
White with #11743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11743F; }
p { color: rgb(17,116,63); }
H1.HeaderClassName
{
color: #11743F;
}
.AnyTagClassName
{
color: #11743F;
}
</style>
background-color css
<style>
a { background-color: #11743F; }
a { background-color: rgb(17,116,63); }
div.DivClassName
{
background-color: #11743F;
}
.BgClassName
{
background-color: #11743F;
}
</style>
border-color css
<style>
span { border-color: #11743F; }
span { border-color: rgb(17,116,63); }
td.TdClassName
{
border-color: #11743F;
}
.TagClassName
{
border-color: #11743F;
}
</style>