Shades of Dark Spring Green #147147
Tints of Dark Spring Green #147147
RGB
CMYK
RGB Variations
Color information
#147147 (or 0x147147) is known color: Dark Spring Green. HEX triplet: 14, 71 and 47. RGB value is (20,113,71). Sum of RGB (Red+Green+Blue) = 20+113+71=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #147147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147147 is #EB8EB8. Grayscale: #505050. Windows color (decimal): -15437497 or 4682004. OLE color: 4682004.
HSL color Cylindrical-coordinate representation of color #147147: hue angle of 152.9º 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 #147147 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 71 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.56 |
| HSL | 152.9º | 0.7% | 0.26% | - |
| HSV(B) | 152.9º | 0.82% | 0.44% | - |
| XYZ | 7.33 | 12.41 | 7.97 | - |
| YUV | 80.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 71 | 0.82 | 0 | 0.37 | 0.56 | 152.9 | 0.7 | 0.26 |
| Hex | 14 | 71 | 47 | 52 | 0 | 25 | 38 | 99 | 46 | 1A |
| Octal | 24 | 161 | 107 | 122 | 0 | 45 | 70 | 231 | 106 | 32 |
| Binary | 10100 | 1110001 | 1000111 | 1010010 | 0 | 100101 | 111000 | 10011001 | 1000110 | 11010 |
Color Harmonies of #147147
Complementary color
Monochromatic Colors of #147147
Black with #147147
Text Example
Text Example
White with #147147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147147; }
p { color: rgb(20,113,71); }
H1.HeaderClassName
{
color: #147147;
}
.AnyTagClassName
{
color: #147147;
}
</style>
background-color css
<style>
a { background-color: #147147; }
a { background-color: rgb(20,113,71); }
div.DivClassName
{
background-color: #147147;
}
.BgClassName
{
background-color: #147147;
}
</style>
border-color css
<style>
span { border-color: #147147; }
span { border-color: rgb(20,113,71); }
td.TdClassName
{
border-color: #147147;
}
.TagClassName
{
border-color: #147147;
}
</style>