Shades of Dark Spring Green #147D3C
Tints of Dark Spring Green #147D3C
RGB
CMYK
RGB Variations
Color information
#147D3C (or 0x147D3C) is known color: Dark Spring Green. HEX triplet: 14, 7D and 3C. RGB value is (20,125,60). Sum of RGB (Red+Green+Blue) = 20+125+60=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #147D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D3C is #EB82C3. Grayscale: #565656. Windows color (decimal): -15434436 or 3964180. OLE color: 3964180.
HSL color Cylindrical-coordinate representation of color #147D3C: hue angle of 142.86º 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 #147D3C is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 60 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.51 |
| HSL | 142.86º | 0.72% | 0.28% | - |
| HSV(B) | 142.86º | 0.84% | 0.49% | - |
| XYZ | 8.44 | 15.14 | 6.75 | - |
| YUV | 86.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 60 | 0.84 | 0 | 0.52 | 0.51 | 142.86 | 0.72 | 0.28 |
| Hex | 14 | 7D | 3C | 54 | 0 | 34 | 33 | 8F | 48 | 1C |
| Octal | 24 | 175 | 74 | 124 | 0 | 64 | 63 | 217 | 110 | 34 |
| Binary | 10100 | 1111101 | 111100 | 1010100 | 0 | 110100 | 110011 | 10001111 | 1001000 | 11100 |
Color Harmonies of #147D3C
Complementary color
Monochromatic Colors of #147D3C
Black with #147D3C
Text Example
Text Example
White with #147D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D3C; }
p { color: rgb(20,125,60); }
H1.HeaderClassName
{
color: #147D3C;
}
.AnyTagClassName
{
color: #147D3C;
}
</style>
background-color css
<style>
a { background-color: #147D3C; }
a { background-color: rgb(20,125,60); }
div.DivClassName
{
background-color: #147D3C;
}
.BgClassName
{
background-color: #147D3C;
}
</style>
border-color css
<style>
span { border-color: #147D3C; }
span { border-color: rgb(20,125,60); }
td.TdClassName
{
border-color: #147D3C;
}
.TagClassName
{
border-color: #147D3C;
}
</style>