Shades of Dark Spring Green #14813D
Tints of Dark Spring Green #14813D
RGB
CMYK
RGB Variations
Color information
#14813D (or 0x14813D) is known color: Dark Spring Green. HEX triplet: 14, 81 and 3D. RGB value is (20,129,61). Sum of RGB (Red+Green+Blue) = 20+129+61=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #14813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14813D is #EB7EC2. Grayscale: #585858. Windows color (decimal): -15433411 or 4030740. OLE color: 4030740.
HSL color Cylindrical-coordinate representation of color #14813D: hue angle of 142.57º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14813D is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 61 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.49 |
| HSL | 142.57º | 0.73% | 0.29% | - |
| HSV(B) | 142.57º | 0.84% | 0.51% | - |
| XYZ | 8.98 | 16.19 | 7.07 | - |
| YUV | 88.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 61 | 0.84 | 0 | 0.53 | 0.49 | 142.57 | 0.73 | 0.29 |
| Hex | 14 | 81 | 3D | 54 | 0 | 35 | 31 | 8F | 49 | 1D |
| Octal | 24 | 201 | 75 | 124 | 0 | 65 | 61 | 217 | 111 | 35 |
| Binary | 10100 | 10000001 | 111101 | 1010100 | 0 | 110101 | 110001 | 10001111 | 1001001 | 11101 |
Color Harmonies of #14813D
Complementary color
Monochromatic Colors of #14813D
Black with #14813D
Text Example
Text Example
White with #14813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14813D; }
p { color: rgb(20,129,61); }
H1.HeaderClassName
{
color: #14813D;
}
.AnyTagClassName
{
color: #14813D;
}
</style>
background-color css
<style>
a { background-color: #14813D; }
a { background-color: rgb(20,129,61); }
div.DivClassName
{
background-color: #14813D;
}
.BgClassName
{
background-color: #14813D;
}
</style>
border-color css
<style>
span { border-color: #14813D; }
span { border-color: rgb(20,129,61); }
td.TdClassName
{
border-color: #14813D;
}
.TagClassName
{
border-color: #14813D;
}
</style>