Shades of Dark Spring Green #14723D
Tints of Dark Spring Green #14723D
RGB
CMYK
RGB Variations
Color information
#14723D (or 0x14723D) is known color: Dark Spring Green. HEX triplet: 14, 72 and 3D. RGB value is (20,114,61). Sum of RGB (Red+Green+Blue) = 20+114+61=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #14723D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14723D is #EB8DC2. Grayscale: #4F4F4F. Windows color (decimal): -15437251 or 4026900. OLE color: 4026900.
HSL color Cylindrical-coordinate representation of color #14723D: hue angle of 146.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14723D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 61 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.55 |
| HSL | 146.17º | 0.7% | 0.26% | - |
| HSV(B) | 146.17º | 0.82% | 0.45% | - |
| XYZ | 7.15 | 12.52 | 6.45 | - |
| YUV | 79.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 61 | 0.82 | 0 | 0.46 | 0.55 | 146.17 | 0.7 | 0.26 |
| Hex | 14 | 72 | 3D | 52 | 0 | 2E | 37 | 92 | 46 | 1A |
| Octal | 24 | 162 | 75 | 122 | 0 | 56 | 67 | 222 | 106 | 32 |
| Binary | 10100 | 1110010 | 111101 | 1010010 | 0 | 101110 | 110111 | 10010010 | 1000110 | 11010 |
Color Harmonies of #14723D
Complementary color
Monochromatic Colors of #14723D
Black with #14723D
Text Example
Text Example
White with #14723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14723D; }
p { color: rgb(20,114,61); }
H1.HeaderClassName
{
color: #14723D;
}
.AnyTagClassName
{
color: #14723D;
}
</style>
background-color css
<style>
a { background-color: #14723D; }
a { background-color: rgb(20,114,61); }
div.DivClassName
{
background-color: #14723D;
}
.BgClassName
{
background-color: #14723D;
}
</style>
border-color css
<style>
span { border-color: #14723D; }
span { border-color: rgb(20,114,61); }
td.TdClassName
{
border-color: #14723D;
}
.TagClassName
{
border-color: #14723D;
}
</style>