Shades of Dark Spring Green #147C42
Tints of Dark Spring Green #147C42
RGB
CMYK
RGB Variations
Color information
#147C42 (or 0x147C42) is known color: Dark Spring Green. HEX triplet: 14, 7C and 42. RGB value is (20,124,66). Sum of RGB (Red+Green+Blue) = 20+124+66=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #147C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C42 is #EB83BD. Grayscale: #565656. Windows color (decimal): -15434686 or 4357140. OLE color: 4357140.
HSL color Cylindrical-coordinate representation of color #147C42: hue angle of 146.54º 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 #147C42 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 66 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.51 |
| HSL | 146.54º | 0.72% | 0.28% | - |
| HSV(B) | 146.54º | 0.84% | 0.49% | - |
| XYZ | 8.48 | 14.96 | 7.59 | - |
| YUV | 86.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 66 | 0.84 | 0 | 0.47 | 0.51 | 146.54 | 0.72 | 0.28 |
| Hex | 14 | 7C | 42 | 54 | 0 | 2F | 33 | 93 | 48 | 1C |
| Octal | 24 | 174 | 102 | 124 | 0 | 57 | 63 | 223 | 110 | 34 |
| Binary | 10100 | 1111100 | 1000010 | 1010100 | 0 | 101111 | 110011 | 10010011 | 1001000 | 11100 |
Color Harmonies of #147C42
Complementary color
Monochromatic Colors of #147C42
Black with #147C42
Text Example
Text Example
White with #147C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C42; }
p { color: rgb(20,124,66); }
H1.HeaderClassName
{
color: #147C42;
}
.AnyTagClassName
{
color: #147C42;
}
</style>
background-color css
<style>
a { background-color: #147C42; }
a { background-color: rgb(20,124,66); }
div.DivClassName
{
background-color: #147C42;
}
.BgClassName
{
background-color: #147C42;
}
</style>
border-color css
<style>
span { border-color: #147C42; }
span { border-color: rgb(20,124,66); }
td.TdClassName
{
border-color: #147C42;
}
.TagClassName
{
border-color: #147C42;
}
</style>