Shades of Dark Spring Green #14843B
Tints of Dark Spring Green #14843B
RGB
CMYK
RGB Variations
Color information
#14843B (or 0x14843B) is known color: Dark Spring Green. HEX triplet: 14, 84 and 3B. RGB value is (20,132,59). Sum of RGB (Red+Green+Blue) = 20+132+59=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #14843B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14843B is #EB7BC4. Grayscale: #5A5A5A. Windows color (decimal): -15432645 or 3900436. OLE color: 3900436.
HSL color Cylindrical-coordinate representation of color #14843B: hue angle of 140.89º 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 #14843B is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 59 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.48 |
| HSL | 140.89º | 0.74% | 0.3% | - |
| HSV(B) | 140.89º | 0.85% | 0.52% | - |
| XYZ | 9.33 | 16.97 | 6.92 | - |
| YUV | 90.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 59 | 0.85 | 0 | 0.55 | 0.48 | 140.89 | 0.74 | 0.3 |
| Hex | 14 | 84 | 3B | 55 | 0 | 37 | 30 | 8D | 4A | 1E |
| Octal | 24 | 204 | 73 | 125 | 0 | 67 | 60 | 215 | 112 | 36 |
| Binary | 10100 | 10000100 | 111011 | 1010101 | 0 | 110111 | 110000 | 10001101 | 1001010 | 11110 |
Color Harmonies of #14843B
Complementary color
Monochromatic Colors of #14843B
Black with #14843B
Text Example
Text Example
White with #14843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14843B; }
p { color: rgb(20,132,59); }
H1.HeaderClassName
{
color: #14843B;
}
.AnyTagClassName
{
color: #14843B;
}
</style>
background-color css
<style>
a { background-color: #14843B; }
a { background-color: rgb(20,132,59); }
div.DivClassName
{
background-color: #14843B;
}
.BgClassName
{
background-color: #14843B;
}
</style>
border-color css
<style>
span { border-color: #14843B; }
span { border-color: rgb(20,132,59); }
td.TdClassName
{
border-color: #14843B;
}
.TagClassName
{
border-color: #14843B;
}
</style>