Shades of Dark Spring Green #147044
Tints of Dark Spring Green #147044
RGB
CMYK
RGB Variations
Color information
#147044 (or 0x147044) is known color: Dark Spring Green. HEX triplet: 14, 70 and 44. RGB value is (20,112,68). Sum of RGB (Red+Green+Blue) = 20+112+68=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #147044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147044 is #EB8FBB. Grayscale: #4F4F4F. Windows color (decimal): -15437756 or 4485140. OLE color: 4485140.
HSL color Cylindrical-coordinate representation of color #147044: hue angle of 151.3º 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 #147044 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 68 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.56 |
| HSL | 151.3º | 0.7% | 0.26% | - |
| HSV(B) | 151.3º | 0.82% | 0.44% | - |
| XYZ | 7.13 | 12.15 | 7.44 | - |
| YUV | 79.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 68 | 0.82 | 0 | 0.39 | 0.56 | 151.3 | 0.7 | 0.26 |
| Hex | 14 | 70 | 44 | 52 | 0 | 27 | 38 | 97 | 46 | 1A |
| Octal | 24 | 160 | 104 | 122 | 0 | 47 | 70 | 227 | 106 | 32 |
| Binary | 10100 | 1110000 | 1000100 | 1010010 | 0 | 100111 | 111000 | 10010111 | 1000110 | 11010 |
Color Harmonies of #147044
Complementary color
Monochromatic Colors of #147044
Black with #147044
Text Example
Text Example
White with #147044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147044; }
p { color: rgb(20,112,68); }
H1.HeaderClassName
{
color: #147044;
}
.AnyTagClassName
{
color: #147044;
}
</style>
background-color css
<style>
a { background-color: #147044; }
a { background-color: rgb(20,112,68); }
div.DivClassName
{
background-color: #147044;
}
.BgClassName
{
background-color: #147044;
}
</style>
border-color css
<style>
span { border-color: #147044; }
span { border-color: rgb(20,112,68); }
td.TdClassName
{
border-color: #147044;
}
.TagClassName
{
border-color: #147044;
}
</style>