Shades of Dark Spring Green #14823F
Tints of Dark Spring Green #14823F
RGB
CMYK
RGB Variations
Color information
#14823F (or 0x14823F) is known color: Dark Spring Green. HEX triplet: 14, 82 and 3F. RGB value is (20,130,63). Sum of RGB (Red+Green+Blue) = 20+130+63=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #14823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14823F is #EB7DC0. Grayscale: #595959. Windows color (decimal): -15433153 or 4162068. OLE color: 4162068.
HSL color Cylindrical-coordinate representation of color #14823F: hue angle of 143.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14823F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 63 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.49 |
| HSL | 143.45º | 0.73% | 0.29% | - |
| HSV(B) | 143.45º | 0.85% | 0.51% | - |
| XYZ | 9.17 | 16.47 | 7.4 | - |
| YUV | 89.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 63 | 0.85 | 0 | 0.52 | 0.49 | 143.45 | 0.73 | 0.29 |
| Hex | 14 | 82 | 3F | 55 | 0 | 34 | 31 | 8F | 49 | 1D |
| Octal | 24 | 202 | 77 | 125 | 0 | 64 | 61 | 217 | 111 | 35 |
| Binary | 10100 | 10000010 | 111111 | 1010101 | 0 | 110100 | 110001 | 10001111 | 1001001 | 11101 |
Color Harmonies of #14823F
Complementary color
Monochromatic Colors of #14823F
Black with #14823F
Text Example
Text Example
White with #14823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14823F; }
p { color: rgb(20,130,63); }
H1.HeaderClassName
{
color: #14823F;
}
.AnyTagClassName
{
color: #14823F;
}
</style>
background-color css
<style>
a { background-color: #14823F; }
a { background-color: rgb(20,130,63); }
div.DivClassName
{
background-color: #14823F;
}
.BgClassName
{
background-color: #14823F;
}
</style>
border-color css
<style>
span { border-color: #14823F; }
span { border-color: rgb(20,130,63); }
td.TdClassName
{
border-color: #14823F;
}
.TagClassName
{
border-color: #14823F;
}
</style>