Shades of Dark Spring Green #10743F
Tints of Dark Spring Green #10743F
RGB
CMYK
RGB Variations
Color information
#10743F (or 0x10743F) is known color: Dark Spring Green. HEX triplet: 10, 74 and 3F. RGB value is (16,116,63). Sum of RGB (Red+Green+Blue) = 16+116+63=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #10743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10743F is #EF8BC0. Grayscale: #505050. Windows color (decimal): -15698881 or 4158480. OLE color: 4158480.
HSL color Cylindrical-coordinate representation of color #10743F: hue angle of 148.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10743F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 63 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.55 |
| HSL | 148.2º | 0.76% | 0.26% | - |
| HSV(B) | 148.2º | 0.86% | 0.45% | - |
| XYZ | 7.36 | 12.96 | 6.82 | - |
| YUV | 80.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 63 | 0.86 | 0 | 0.46 | 0.55 | 148.2 | 0.76 | 0.26 |
| Hex | 10 | 74 | 3F | 56 | 0 | 2E | 37 | 94 | 4C | 1A |
| Octal | 20 | 164 | 77 | 126 | 0 | 56 | 67 | 224 | 114 | 32 |
| Binary | 10000 | 1110100 | 111111 | 1010110 | 0 | 101110 | 110111 | 10010100 | 1001100 | 11010 |
Color Harmonies of #10743F
Complementary color
Monochromatic Colors of #10743F
Black with #10743F
Text Example
Text Example
White with #10743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10743F; }
p { color: rgb(16,116,63); }
H1.HeaderClassName
{
color: #10743F;
}
.AnyTagClassName
{
color: #10743F;
}
</style>
background-color css
<style>
a { background-color: #10743F; }
a { background-color: rgb(16,116,63); }
div.DivClassName
{
background-color: #10743F;
}
.BgClassName
{
background-color: #10743F;
}
</style>
border-color css
<style>
span { border-color: #10743F; }
span { border-color: rgb(16,116,63); }
td.TdClassName
{
border-color: #10743F;
}
.TagClassName
{
border-color: #10743F;
}
</style>