Shades of Dark Spring Green #147140
Tints of Dark Spring Green #147140
RGB
CMYK
RGB Variations
Color information
#147140 (or 0x147140) is known color: Dark Spring Green. HEX triplet: 14, 71 and 40. RGB value is (20,113,64). Sum of RGB (Red+Green+Blue) = 20+113+64=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #147140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147140 is #EB8EBF. Grayscale: #4F4F4F. Windows color (decimal): -15437504 or 4223252. OLE color: 4223252.
HSL color Cylindrical-coordinate representation of color #147140: hue angle of 148.39º 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 #147140 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 64 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.56 |
| HSL | 148.39º | 0.7% | 0.26% | - |
| HSV(B) | 148.39º | 0.82% | 0.44% | - |
| XYZ | 7.12 | 12.33 | 6.86 | - |
| YUV | 79.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 64 | 0.82 | 0 | 0.43 | 0.56 | 148.39 | 0.7 | 0.26 |
| Hex | 14 | 71 | 40 | 52 | 0 | 2B | 38 | 94 | 46 | 1A |
| Octal | 24 | 161 | 100 | 122 | 0 | 53 | 70 | 224 | 106 | 32 |
| Binary | 10100 | 1110001 | 1000000 | 1010010 | 0 | 101011 | 111000 | 10010100 | 1000110 | 11010 |
Color Harmonies of #147140
Complementary color
Monochromatic Colors of #147140
Black with #147140
Text Example
Text Example
White with #147140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147140; }
p { color: rgb(20,113,64); }
H1.HeaderClassName
{
color: #147140;
}
.AnyTagClassName
{
color: #147140;
}
</style>
background-color css
<style>
a { background-color: #147140; }
a { background-color: rgb(20,113,64); }
div.DivClassName
{
background-color: #147140;
}
.BgClassName
{
background-color: #147140;
}
</style>
border-color css
<style>
span { border-color: #147140; }
span { border-color: rgb(20,113,64); }
td.TdClassName
{
border-color: #147140;
}
.TagClassName
{
border-color: #147140;
}
</style>