Shades of Dark Spring Green #147041
Tints of Dark Spring Green #147041
RGB
CMYK
RGB Variations
Color information
#147041 (or 0x147041) is known color: Dark Spring Green. HEX triplet: 14, 70 and 41. RGB value is (20,112,65). Sum of RGB (Red+Green+Blue) = 20+112+65=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #147041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147041 is #EB8FBE. Grayscale: #4F4F4F. Windows color (decimal): -15437759 or 4288532. OLE color: 4288532.
HSL color Cylindrical-coordinate representation of color #147041: hue angle of 149.35º 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 #147041 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 65 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.56 |
| HSL | 149.35º | 0.7% | 0.26% | - |
| HSV(B) | 149.35º | 0.82% | 0.44% | - |
| XYZ | 7.04 | 12.12 | 6.97 | - |
| YUV | 79.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 65 | 0.82 | 0 | 0.42 | 0.56 | 149.35 | 0.7 | 0.26 |
| Hex | 14 | 70 | 41 | 52 | 0 | 2A | 38 | 95 | 46 | 1A |
| Octal | 24 | 160 | 101 | 122 | 0 | 52 | 70 | 225 | 106 | 32 |
| Binary | 10100 | 1110000 | 1000001 | 1010010 | 0 | 101010 | 111000 | 10010101 | 1000110 | 11010 |
Color Harmonies of #147041
Complementary color
Monochromatic Colors of #147041
Black with #147041
Text Example
Text Example
White with #147041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147041; }
p { color: rgb(20,112,65); }
H1.HeaderClassName
{
color: #147041;
}
.AnyTagClassName
{
color: #147041;
}
</style>
background-color css
<style>
a { background-color: #147041; }
a { background-color: rgb(20,112,65); }
div.DivClassName
{
background-color: #147041;
}
.BgClassName
{
background-color: #147041;
}
</style>
border-color css
<style>
span { border-color: #147041; }
span { border-color: rgb(20,112,65); }
td.TdClassName
{
border-color: #147041;
}
.TagClassName
{
border-color: #147041;
}
</style>