Shades of Dark Spring Green #147D43
Tints of Dark Spring Green #147D43
RGB
CMYK
RGB Variations
Color information
#147D43 (or 0x147D43) is known color: Dark Spring Green. HEX triplet: 14, 7D and 43. RGB value is (20,125,67). Sum of RGB (Red+Green+Blue) = 20+125+67=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #147D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D43 is #EB82BC. Grayscale: #575757. Windows color (decimal): -15434429 or 4422932. OLE color: 4422932.
HSL color Cylindrical-coordinate representation of color #147D43: hue angle of 146.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D43 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 67 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.51 |
| HSL | 146.86º | 0.72% | 0.28% | - |
| HSV(B) | 146.86º | 0.84% | 0.49% | - |
| XYZ | 8.64 | 15.22 | 7.79 | - |
| YUV | 86.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 67 | 0.84 | 0 | 0.46 | 0.51 | 146.86 | 0.72 | 0.28 |
| Hex | 14 | 7D | 43 | 54 | 0 | 2E | 33 | 93 | 48 | 1C |
| Octal | 24 | 175 | 103 | 124 | 0 | 56 | 63 | 223 | 110 | 34 |
| Binary | 10100 | 1111101 | 1000011 | 1010100 | 0 | 101110 | 110011 | 10010011 | 1001000 | 11100 |
Color Harmonies of #147D43
Complementary color
Monochromatic Colors of #147D43
Black with #147D43
Text Example
Text Example
White with #147D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D43; }
p { color: rgb(20,125,67); }
H1.HeaderClassName
{
color: #147D43;
}
.AnyTagClassName
{
color: #147D43;
}
</style>
background-color css
<style>
a { background-color: #147D43; }
a { background-color: rgb(20,125,67); }
div.DivClassName
{
background-color: #147D43;
}
.BgClassName
{
background-color: #147D43;
}
</style>
border-color css
<style>
span { border-color: #147D43; }
span { border-color: rgb(20,125,67); }
td.TdClassName
{
border-color: #147D43;
}
.TagClassName
{
border-color: #147D43;
}
</style>