Shades of Dark Spring Green #12743C
Tints of Dark Spring Green #12743C
RGB
CMYK
RGB Variations
Color information
#12743C (or 0x12743C) is known color: Dark Spring Green. HEX triplet: 12, 74 and 3C. RGB value is (18,116,60). Sum of RGB (Red+Green+Blue) = 18+116+60=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #12743C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12743C is #ED8BC3. Grayscale: #505050. Windows color (decimal): -15567812 or 3961874. OLE color: 3961874.
HSL color Cylindrical-coordinate representation of color #12743C: hue angle of 145.71º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12743C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 60 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.55 |
| HSL | 145.71º | 0.73% | 0.26% | - |
| HSV(B) | 145.71º | 0.84% | 0.45% | - |
| XYZ | 7.31 | 12.95 | 6.39 | - |
| YUV | 80.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 60 | 0.84 | 0 | 0.48 | 0.55 | 145.71 | 0.73 | 0.26 |
| Hex | 12 | 74 | 3C | 54 | 0 | 30 | 37 | 92 | 49 | 1A |
| Octal | 22 | 164 | 74 | 124 | 0 | 60 | 67 | 222 | 111 | 32 |
| Binary | 10010 | 1110100 | 111100 | 1010100 | 0 | 110000 | 110111 | 10010010 | 1001001 | 11010 |
Color Harmonies of #12743C
Complementary color
Monochromatic Colors of #12743C
Black with #12743C
Text Example
Text Example
White with #12743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12743C; }
p { color: rgb(18,116,60); }
H1.HeaderClassName
{
color: #12743C;
}
.AnyTagClassName
{
color: #12743C;
}
</style>
background-color css
<style>
a { background-color: #12743C; }
a { background-color: rgb(18,116,60); }
div.DivClassName
{
background-color: #12743C;
}
.BgClassName
{
background-color: #12743C;
}
</style>
border-color css
<style>
span { border-color: #12743C; }
span { border-color: rgb(18,116,60); }
td.TdClassName
{
border-color: #12743C;
}
.TagClassName
{
border-color: #12743C;
}
</style>