Shades of Dark Spring Green #147045
Tints of Dark Spring Green #147045
RGB
CMYK
RGB Variations
Color information
#147045 (or 0x147045) is known color: Dark Spring Green. HEX triplet: 14, 70 and 45. RGB value is (20,112,69). Sum of RGB (Red+Green+Blue) = 20+112+69=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #147045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147045 is #EB8FBA. Grayscale: #4F4F4F. Windows color (decimal): -15437755 or 4550676. OLE color: 4550676.
HSL color Cylindrical-coordinate representation of color #147045: hue angle of 151.96º 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 #147045 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 69 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.56 |
| HSL | 151.96º | 0.7% | 0.26% | - |
| HSV(B) | 151.96º | 0.82% | 0.44% | - |
| XYZ | 7.16 | 12.17 | 7.6 | - |
| YUV | 79.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 69 | 0.82 | 0 | 0.38 | 0.56 | 151.96 | 0.7 | 0.26 |
| Hex | 14 | 70 | 45 | 52 | 0 | 26 | 38 | 98 | 46 | 1A |
| Octal | 24 | 160 | 105 | 122 | 0 | 46 | 70 | 230 | 106 | 32 |
| Binary | 10100 | 1110000 | 1000101 | 1010010 | 0 | 100110 | 111000 | 10011000 | 1000110 | 11010 |
Color Harmonies of #147045
Complementary color
Monochromatic Colors of #147045
Black with #147045
Text Example
Text Example
White with #147045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147045; }
p { color: rgb(20,112,69); }
H1.HeaderClassName
{
color: #147045;
}
.AnyTagClassName
{
color: #147045;
}
</style>
background-color css
<style>
a { background-color: #147045; }
a { background-color: rgb(20,112,69); }
div.DivClassName
{
background-color: #147045;
}
.BgClassName
{
background-color: #147045;
}
</style>
border-color css
<style>
span { border-color: #147045; }
span { border-color: rgb(20,112,69); }
td.TdClassName
{
border-color: #147045;
}
.TagClassName
{
border-color: #147045;
}
</style>