Shades of Dark Spring Green #14803D
Tints of Dark Spring Green #14803D
RGB
CMYK
RGB Variations
Color information
#14803D (or 0x14803D) is known color: Dark Spring Green. HEX triplet: 14, 80 and 3D. RGB value is (20,128,61). Sum of RGB (Red+Green+Blue) = 20+128+61=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #14803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14803D is #EB7FC2. Grayscale: #585858. Windows color (decimal): -15433667 or 4030484. OLE color: 4030484.
HSL color Cylindrical-coordinate representation of color #14803D: hue angle of 142.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14803D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 61 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.50 |
| HSL | 142.78º | 0.73% | 0.29% | - |
| HSV(B) | 142.78º | 0.84% | 0.5% | - |
| XYZ | 8.85 | 15.92 | 7.02 | - |
| YUV | 88.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 61 | 0.84 | 0 | 0.52 | 0.50 | 142.78 | 0.73 | 0.29 |
| Hex | 14 | 80 | 3D | 54 | 0 | 34 | 32 | 8F | 49 | 1D |
| Octal | 24 | 200 | 75 | 124 | 0 | 64 | 62 | 217 | 111 | 35 |
| Binary | 10100 | 10000000 | 111101 | 1010100 | 0 | 110100 | 110010 | 10001111 | 1001001 | 11101 |
Color Harmonies of #14803D
Complementary color
Monochromatic Colors of #14803D
Black with #14803D
Text Example
Text Example
White with #14803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14803D; }
p { color: rgb(20,128,61); }
H1.HeaderClassName
{
color: #14803D;
}
.AnyTagClassName
{
color: #14803D;
}
</style>
background-color css
<style>
a { background-color: #14803D; }
a { background-color: rgb(20,128,61); }
div.DivClassName
{
background-color: #14803D;
}
.BgClassName
{
background-color: #14803D;
}
</style>
border-color css
<style>
span { border-color: #14803D; }
span { border-color: rgb(20,128,61); }
td.TdClassName
{
border-color: #14803D;
}
.TagClassName
{
border-color: #14803D;
}
</style>