Shades of Dark Spring Green #14813C
Tints of Dark Spring Green #14813C
RGB
CMYK
RGB Variations
Color information
#14813C (or 0x14813C) is known color: Dark Spring Green. HEX triplet: 14, 81 and 3C. RGB value is (20,129,60). Sum of RGB (Red+Green+Blue) = 20+129+60=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #14813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14813C is #EB7EC3. Grayscale: #585858. Windows color (decimal): -15433412 or 3965204. OLE color: 3965204.
HSL color Cylindrical-coordinate representation of color #14813C: hue angle of 142.02º 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 #14813C is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 60 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.49 |
| HSL | 142.02º | 0.73% | 0.29% | - |
| HSV(B) | 142.02º | 0.84% | 0.51% | - |
| XYZ | 8.95 | 16.18 | 6.93 | - |
| YUV | 88.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 60 | 0.84 | 0 | 0.53 | 0.49 | 142.02 | 0.73 | 0.29 |
| Hex | 14 | 81 | 3C | 54 | 0 | 35 | 31 | 8E | 49 | 1D |
| Octal | 24 | 201 | 74 | 124 | 0 | 65 | 61 | 216 | 111 | 35 |
| Binary | 10100 | 10000001 | 111100 | 1010100 | 0 | 110101 | 110001 | 10001110 | 1001001 | 11101 |
Color Harmonies of #14813C
Complementary color
Monochromatic Colors of #14813C
Black with #14813C
Text Example
Text Example
White with #14813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14813C; }
p { color: rgb(20,129,60); }
H1.HeaderClassName
{
color: #14813C;
}
.AnyTagClassName
{
color: #14813C;
}
</style>
background-color css
<style>
a { background-color: #14813C; }
a { background-color: rgb(20,129,60); }
div.DivClassName
{
background-color: #14813C;
}
.BgClassName
{
background-color: #14813C;
}
</style>
border-color css
<style>
span { border-color: #14813C; }
span { border-color: rgb(20,129,60); }
td.TdClassName
{
border-color: #14813C;
}
.TagClassName
{
border-color: #14813C;
}
</style>