Shades of Dark Spring Green #147043
Tints of Dark Spring Green #147043
RGB
CMYK
RGB Variations
Color information
#147043 (or 0x147043) is known color: Dark Spring Green. HEX triplet: 14, 70 and 43. RGB value is (20,112,67). Sum of RGB (Red+Green+Blue) = 20+112+67=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #147043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147043 is #EB8FBC. Grayscale: #4F4F4F. Windows color (decimal): -15437757 or 4419604. OLE color: 4419604.
HSL color Cylindrical-coordinate representation of color #147043: hue angle of 150.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147043 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 67 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.56 |
| HSL | 150.65º | 0.7% | 0.26% | - |
| HSV(B) | 150.65º | 0.82% | 0.44% | - |
| XYZ | 7.1 | 12.14 | 7.28 | - |
| YUV | 79.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 67 | 0.82 | 0 | 0.40 | 0.56 | 150.65 | 0.7 | 0.26 |
| Hex | 14 | 70 | 43 | 52 | 0 | 28 | 38 | 97 | 46 | 1A |
| Octal | 24 | 160 | 103 | 122 | 0 | 50 | 70 | 227 | 106 | 32 |
| Binary | 10100 | 1110000 | 1000011 | 1010010 | 0 | 101000 | 111000 | 10010111 | 1000110 | 11010 |
Color Harmonies of #147043
Complementary color
Monochromatic Colors of #147043
Black with #147043
Text Example
Text Example
White with #147043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147043; }
p { color: rgb(20,112,67); }
H1.HeaderClassName
{
color: #147043;
}
.AnyTagClassName
{
color: #147043;
}
</style>
background-color css
<style>
a { background-color: #147043; }
a { background-color: rgb(20,112,67); }
div.DivClassName
{
background-color: #147043;
}
.BgClassName
{
background-color: #147043;
}
</style>
border-color css
<style>
span { border-color: #147043; }
span { border-color: rgb(20,112,67); }
td.TdClassName
{
border-color: #147043;
}
.TagClassName
{
border-color: #147043;
}
</style>