Shades of Dark Spring Green #14813F
Tints of Dark Spring Green #14813F
RGB
CMYK
RGB Variations
Color information
#14813F (or 0x14813F) is known color: Dark Spring Green. HEX triplet: 14, 81 and 3F. RGB value is (20,129,63). Sum of RGB (Red+Green+Blue) = 20+129+63=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #14813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14813F is #EB7EC0. Grayscale: #595959. Windows color (decimal): -15433409 or 4161812. OLE color: 4161812.
HSL color Cylindrical-coordinate representation of color #14813F: hue angle of 143.67º 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 #14813F is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 63 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.49 |
| HSL | 143.67º | 0.73% | 0.29% | - |
| HSV(B) | 143.67º | 0.84% | 0.51% | - |
| XYZ | 9.04 | 16.21 | 7.35 | - |
| YUV | 88.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 63 | 0.84 | 0 | 0.51 | 0.49 | 143.67 | 0.73 | 0.29 |
| Hex | 14 | 81 | 3F | 54 | 0 | 33 | 31 | 90 | 49 | 1D |
| Octal | 24 | 201 | 77 | 124 | 0 | 63 | 61 | 220 | 111 | 35 |
| Binary | 10100 | 10000001 | 111111 | 1010100 | 0 | 110011 | 110001 | 10010000 | 1001001 | 11101 |
Color Harmonies of #14813F
Complementary color
Monochromatic Colors of #14813F
Black with #14813F
Text Example
Text Example
White with #14813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14813F; }
p { color: rgb(20,129,63); }
H1.HeaderClassName
{
color: #14813F;
}
.AnyTagClassName
{
color: #14813F;
}
</style>
background-color css
<style>
a { background-color: #14813F; }
a { background-color: rgb(20,129,63); }
div.DivClassName
{
background-color: #14813F;
}
.BgClassName
{
background-color: #14813F;
}
</style>
border-color css
<style>
span { border-color: #14813F; }
span { border-color: rgb(20,129,63); }
td.TdClassName
{
border-color: #14813F;
}
.TagClassName
{
border-color: #14813F;
}
</style>