Shades of Dark Spring Green #147939
Tints of Dark Spring Green #147939
RGB
CMYK
RGB Variations
Color information
#147939 (or 0x147939) is known color: Dark Spring Green. HEX triplet: 14, 79 and 39. RGB value is (20,121,57). Sum of RGB (Red+Green+Blue) = 20+121+57=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #147939 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147939 is #EB86C6. Grayscale: #535353. Windows color (decimal): -15435463 or 3766548. OLE color: 3766548.
HSL color Cylindrical-coordinate representation of color #147939: hue angle of 141.98º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147939 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 57 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.53 |
| HSL | 141.98º | 0.72% | 0.28% | - |
| HSV(B) | 141.98º | 0.83% | 0.47% | - |
| XYZ | 7.86 | 14.12 | 6.18 | - |
| YUV | 83.51 | 113.04 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 57 | 0.83 | 0 | 0.53 | 0.53 | 141.98 | 0.72 | 0.28 |
| Hex | 14 | 79 | 39 | 53 | 0 | 35 | 35 | 8E | 48 | 1C |
| Octal | 24 | 171 | 71 | 123 | 0 | 65 | 65 | 216 | 110 | 34 |
| Binary | 10100 | 1111001 | 111001 | 1010011 | 0 | 110101 | 110101 | 10001110 | 1001000 | 11100 |
Color Harmonies of #147939
Complementary color
Monochromatic Colors of #147939
Black with #147939
Text Example
Text Example
White with #147939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147939; }
p { color: rgb(20,121,57); }
H1.HeaderClassName
{
color: #147939;
}
.AnyTagClassName
{
color: #147939;
}
</style>
background-color css
<style>
a { background-color: #147939; }
a { background-color: rgb(20,121,57); }
div.DivClassName
{
background-color: #147939;
}
.BgClassName
{
background-color: #147939;
}
</style>
border-color css
<style>
span { border-color: #147939; }
span { border-color: rgb(20,121,57); }
td.TdClassName
{
border-color: #147939;
}
.TagClassName
{
border-color: #147939;
}
</style>