Shades of Dark Spring Green #147245
Tints of Dark Spring Green #147245
RGB
CMYK
RGB Variations
Color information
#147245 (or 0x147245) is known color: Dark Spring Green. HEX triplet: 14, 72 and 45. RGB value is (20,114,69). Sum of RGB (Red+Green+Blue) = 20+114+69=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #147245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147245 is #EB8DBA. Grayscale: #505050. Windows color (decimal): -15437243 or 4551188. OLE color: 4551188.
HSL color Cylindrical-coordinate representation of color #147245: hue angle of 151.28º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147245 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 69 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.55 |
| HSL | 151.28º | 0.7% | 0.26% | - |
| HSV(B) | 151.28º | 0.82% | 0.45% | - |
| XYZ | 7.38 | 12.61 | 7.68 | - |
| YUV | 80.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 69 | 0.82 | 0 | 0.39 | 0.55 | 151.28 | 0.7 | 0.26 |
| Hex | 14 | 72 | 45 | 52 | 0 | 27 | 37 | 97 | 46 | 1A |
| Octal | 24 | 162 | 105 | 122 | 0 | 47 | 67 | 227 | 106 | 32 |
| Binary | 10100 | 1110010 | 1000101 | 1010010 | 0 | 100111 | 110111 | 10010111 | 1000110 | 11010 |
Color Harmonies of #147245
Complementary color
Monochromatic Colors of #147245
Black with #147245
Text Example
Text Example
White with #147245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147245; }
p { color: rgb(20,114,69); }
H1.HeaderClassName
{
color: #147245;
}
.AnyTagClassName
{
color: #147245;
}
</style>
background-color css
<style>
a { background-color: #147245; }
a { background-color: rgb(20,114,69); }
div.DivClassName
{
background-color: #147245;
}
.BgClassName
{
background-color: #147245;
}
</style>
border-color css
<style>
span { border-color: #147245; }
span { border-color: rgb(20,114,69); }
td.TdClassName
{
border-color: #147245;
}
.TagClassName
{
border-color: #147245;
}
</style>