Shades of Dark Spring Green #14723B
Tints of Dark Spring Green #14723B
RGB
CMYK
RGB Variations
Color information
#14723B (or 0x14723B) is known color: Dark Spring Green. HEX triplet: 14, 72 and 3B. RGB value is (20,114,59). Sum of RGB (Red+Green+Blue) = 20+114+59=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #14723B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14723B is #EB8DC4. Grayscale: #4F4F4F. Windows color (decimal): -15437253 or 3895828. OLE color: 3895828.
HSL color Cylindrical-coordinate representation of color #14723B: hue angle of 144.89º 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 #14723B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 59 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.55 |
| HSL | 144.89º | 0.7% | 0.26% | - |
| HSV(B) | 144.89º | 0.82% | 0.45% | - |
| XYZ | 7.1 | 12.5 | 6.18 | - |
| YUV | 79.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 59 | 0.82 | 0 | 0.48 | 0.55 | 144.89 | 0.7 | 0.26 |
| Hex | 14 | 72 | 3B | 52 | 0 | 30 | 37 | 91 | 46 | 1A |
| Octal | 24 | 162 | 73 | 122 | 0 | 60 | 67 | 221 | 106 | 32 |
| Binary | 10100 | 1110010 | 111011 | 1010010 | 0 | 110000 | 110111 | 10010001 | 1000110 | 11010 |
Color Harmonies of #14723B
Complementary color
Monochromatic Colors of #14723B
Black with #14723B
Text Example
Text Example
White with #14723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14723B; }
p { color: rgb(20,114,59); }
H1.HeaderClassName
{
color: #14723B;
}
.AnyTagClassName
{
color: #14723B;
}
</style>
background-color css
<style>
a { background-color: #14723B; }
a { background-color: rgb(20,114,59); }
div.DivClassName
{
background-color: #14723B;
}
.BgClassName
{
background-color: #14723B;
}
</style>
border-color css
<style>
span { border-color: #14723B; }
span { border-color: rgb(20,114,59); }
td.TdClassName
{
border-color: #14723B;
}
.TagClassName
{
border-color: #14723B;
}
</style>