Shades of Dark Spring Green #147C3A
Tints of Dark Spring Green #147C3A
RGB
CMYK
RGB Variations
Color information
#147C3A (or 0x147C3A) is known color: Dark Spring Green. HEX triplet: 14, 7C and 3A. RGB value is (20,124,58). Sum of RGB (Red+Green+Blue) = 20+124+58=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #147C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C3A is #EB83C5. Grayscale: #555555. Windows color (decimal): -15434694 or 3832852. OLE color: 3832852.
HSL color Cylindrical-coordinate representation of color #147C3A: hue angle of 141.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C3A is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 58 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.51 |
| HSL | 141.92º | 0.72% | 0.28% | - |
| HSV(B) | 141.92º | 0.84% | 0.49% | - |
| XYZ | 8.26 | 14.87 | 6.44 | - |
| YUV | 85.38 | 112.54 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 58 | 0.84 | 0 | 0.53 | 0.51 | 141.92 | 0.72 | 0.28 |
| Hex | 14 | 7C | 3A | 54 | 0 | 35 | 33 | 8E | 48 | 1C |
| Octal | 24 | 174 | 72 | 124 | 0 | 65 | 63 | 216 | 110 | 34 |
| Binary | 10100 | 1111100 | 111010 | 1010100 | 0 | 110101 | 110011 | 10001110 | 1001000 | 11100 |
Color Harmonies of #147C3A
Complementary color
Monochromatic Colors of #147C3A
Black with #147C3A
Text Example
Text Example
White with #147C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C3A; }
p { color: rgb(20,124,58); }
H1.HeaderClassName
{
color: #147C3A;
}
.AnyTagClassName
{
color: #147C3A;
}
</style>
background-color css
<style>
a { background-color: #147C3A; }
a { background-color: rgb(20,124,58); }
div.DivClassName
{
background-color: #147C3A;
}
.BgClassName
{
background-color: #147C3A;
}
</style>
border-color css
<style>
span { border-color: #147C3A; }
span { border-color: rgb(20,124,58); }
td.TdClassName
{
border-color: #147C3A;
}
.TagClassName
{
border-color: #147C3A;
}
</style>