Shades of Dark Spring Green #12703B
Tints of Dark Spring Green #12703B
RGB
CMYK
RGB Variations
Color information
#12703B (or 0x12703B) is known color: Dark Spring Green. HEX triplet: 12, 70 and 3B. RGB value is (18,112,59). Sum of RGB (Red+Green+Blue) = 18+112+59=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #12703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12703B is #ED8FC4. Grayscale: #4D4D4D. Windows color (decimal): -15568837 or 3895314. OLE color: 3895314.
HSL color Cylindrical-coordinate representation of color #12703B: hue angle of 146.17º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12703B is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 59 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.56 |
| HSL | 146.17º | 0.72% | 0.25% | - |
| HSV(B) | 146.17º | 0.84% | 0.44% | - |
| XYZ | 6.83 | 12.03 | 6.1 | - |
| YUV | 77.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 59 | 0.84 | 0 | 0.47 | 0.56 | 146.17 | 0.72 | 0.25 |
| Hex | 12 | 70 | 3B | 54 | 0 | 2F | 38 | 92 | 48 | 19 |
| Octal | 22 | 160 | 73 | 124 | 0 | 57 | 70 | 222 | 110 | 31 |
| Binary | 10010 | 1110000 | 111011 | 1010100 | 0 | 101111 | 111000 | 10010010 | 1001000 | 11001 |
Color Harmonies of #12703B
Complementary color
Monochromatic Colors of #12703B
Black with #12703B
Text Example
Text Example
White with #12703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12703B; }
p { color: rgb(18,112,59); }
H1.HeaderClassName
{
color: #12703B;
}
.AnyTagClassName
{
color: #12703B;
}
</style>
background-color css
<style>
a { background-color: #12703B; }
a { background-color: rgb(18,112,59); }
div.DivClassName
{
background-color: #12703B;
}
.BgClassName
{
background-color: #12703B;
}
</style>
border-color css
<style>
span { border-color: #12703B; }
span { border-color: rgb(18,112,59); }
td.TdClassName
{
border-color: #12703B;
}
.TagClassName
{
border-color: #12703B;
}
</style>