Shades of Dark Spring Green #14853D
Tints of Dark Spring Green #14853D
RGB
CMYK
RGB Variations
Color information
#14853D (or 0x14853D) is known color: Dark Spring Green. HEX triplet: 14, 85 and 3D. RGB value is (20,133,61). Sum of RGB (Red+Green+Blue) = 20+133+61=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #14853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14853D is #EB7AC2. Grayscale: #5B5B5B. Windows color (decimal): -15432387 or 4031764. OLE color: 4031764.
HSL color Cylindrical-coordinate representation of color #14853D: hue angle of 141.77º 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 #14853D is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 61 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.48 |
| HSL | 141.77º | 0.74% | 0.3% | - |
| HSV(B) | 141.77º | 0.85% | 0.52% | - |
| XYZ | 9.52 | 17.26 | 7.24 | - |
| YUV | 91.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 61 | 0.85 | 0 | 0.54 | 0.48 | 141.77 | 0.74 | 0.3 |
| Hex | 14 | 85 | 3D | 55 | 0 | 36 | 30 | 8E | 4A | 1E |
| Octal | 24 | 205 | 75 | 125 | 0 | 66 | 60 | 216 | 112 | 36 |
| Binary | 10100 | 10000101 | 111101 | 1010101 | 0 | 110110 | 110000 | 10001110 | 1001010 | 11110 |
Color Harmonies of #14853D
Complementary color
Monochromatic Colors of #14853D
Black with #14853D
Text Example
Text Example
White with #14853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14853D; }
p { color: rgb(20,133,61); }
H1.HeaderClassName
{
color: #14853D;
}
.AnyTagClassName
{
color: #14853D;
}
</style>
background-color css
<style>
a { background-color: #14853D; }
a { background-color: rgb(20,133,61); }
div.DivClassName
{
background-color: #14853D;
}
.BgClassName
{
background-color: #14853D;
}
</style>
border-color css
<style>
span { border-color: #14853D; }
span { border-color: rgb(20,133,61); }
td.TdClassName
{
border-color: #14853D;
}
.TagClassName
{
border-color: #14853D;
}
</style>