Shades of Dark Spring Green #147D3D
Tints of Dark Spring Green #147D3D
RGB
CMYK
RGB Variations
Color information
#147D3D (or 0x147D3D) is known color: Dark Spring Green. HEX triplet: 14, 7D and 3D. RGB value is (20,125,61). Sum of RGB (Red+Green+Blue) = 20+125+61=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #147D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D3D is #EB82C2. Grayscale: #565656. Windows color (decimal): -15434435 or 4029716. OLE color: 4029716.
HSL color Cylindrical-coordinate representation of color #147D3D: hue angle of 143.43º 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 #147D3D is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 61 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.51 |
| HSL | 143.43º | 0.72% | 0.28% | - |
| HSV(B) | 143.43º | 0.84% | 0.49% | - |
| XYZ | 8.46 | 15.15 | 6.89 | - |
| YUV | 86.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 61 | 0.84 | 0 | 0.51 | 0.51 | 143.43 | 0.72 | 0.28 |
| Hex | 14 | 7D | 3D | 54 | 0 | 33 | 33 | 8F | 48 | 1C |
| Octal | 24 | 175 | 75 | 124 | 0 | 63 | 63 | 217 | 110 | 34 |
| Binary | 10100 | 1111101 | 111101 | 1010100 | 0 | 110011 | 110011 | 10001111 | 1001000 | 11100 |
Color Harmonies of #147D3D
Complementary color
Monochromatic Colors of #147D3D
Black with #147D3D
Text Example
Text Example
White with #147D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D3D; }
p { color: rgb(20,125,61); }
H1.HeaderClassName
{
color: #147D3D;
}
.AnyTagClassName
{
color: #147D3D;
}
</style>
background-color css
<style>
a { background-color: #147D3D; }
a { background-color: rgb(20,125,61); }
div.DivClassName
{
background-color: #147D3D;
}
.BgClassName
{
background-color: #147D3D;
}
</style>
border-color css
<style>
span { border-color: #147D3D; }
span { border-color: rgb(20,125,61); }
td.TdClassName
{
border-color: #147D3D;
}
.TagClassName
{
border-color: #147D3D;
}
</style>