Shades of Dark Spring Green #14843D
Tints of Dark Spring Green #14843D
RGB
CMYK
RGB Variations
Color information
#14843D (or 0x14843D) is known color: Dark Spring Green. HEX triplet: 14, 84 and 3D. RGB value is (20,132,61). Sum of RGB (Red+Green+Blue) = 20+132+61=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #14843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14843D is #EB7BC2. Grayscale: #5A5A5A. Windows color (decimal): -15432643 or 4031508. OLE color: 4031508.
HSL color Cylindrical-coordinate representation of color #14843D: hue angle of 141.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14843D is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 61 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.48 |
| HSL | 141.96º | 0.74% | 0.3% | - |
| HSV(B) | 141.96º | 0.85% | 0.52% | - |
| XYZ | 9.38 | 16.99 | 7.2 | - |
| YUV | 90.42 | 111.39 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 61 | 0.85 | 0 | 0.54 | 0.48 | 141.96 | 0.74 | 0.3 |
| Hex | 14 | 84 | 3D | 55 | 0 | 36 | 30 | 8E | 4A | 1E |
| Octal | 24 | 204 | 75 | 125 | 0 | 66 | 60 | 216 | 112 | 36 |
| Binary | 10100 | 10000100 | 111101 | 1010101 | 0 | 110110 | 110000 | 10001110 | 1001010 | 11110 |
Color Harmonies of #14843D
Complementary color
Monochromatic Colors of #14843D
Black with #14843D
Text Example
Text Example
White with #14843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14843D; }
p { color: rgb(20,132,61); }
H1.HeaderClassName
{
color: #14843D;
}
.AnyTagClassName
{
color: #14843D;
}
</style>
background-color css
<style>
a { background-color: #14843D; }
a { background-color: rgb(20,132,61); }
div.DivClassName
{
background-color: #14843D;
}
.BgClassName
{
background-color: #14843D;
}
</style>
border-color css
<style>
span { border-color: #14843D; }
span { border-color: rgb(20,132,61); }
td.TdClassName
{
border-color: #14843D;
}
.TagClassName
{
border-color: #14843D;
}
</style>