Shades of Dark Spring Green #14833D
Tints of Dark Spring Green #14833D
RGB
CMYK
RGB Variations
Color information
#14833D (or 0x14833D) is known color: Dark Spring Green. HEX triplet: 14, 83 and 3D. RGB value is (20,131,61). Sum of RGB (Red+Green+Blue) = 20+131+61=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #14833D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14833D is #EB7CC2. Grayscale: #595959. Windows color (decimal): -15432899 or 4031252. OLE color: 4031252.
HSL color Cylindrical-coordinate representation of color #14833D: hue angle of 142.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14833D is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 61 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.49 |
| HSL | 142.16º | 0.74% | 0.3% | - |
| HSV(B) | 142.16º | 0.85% | 0.51% | - |
| XYZ | 9.25 | 16.72 | 7.15 | - |
| YUV | 89.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 61 | 0.85 | 0 | 0.53 | 0.49 | 142.16 | 0.74 | 0.3 |
| Hex | 14 | 83 | 3D | 55 | 0 | 35 | 31 | 8E | 4A | 1E |
| Octal | 24 | 203 | 75 | 125 | 0 | 65 | 61 | 216 | 112 | 36 |
| Binary | 10100 | 10000011 | 111101 | 1010101 | 0 | 110101 | 110001 | 10001110 | 1001010 | 11110 |
Color Harmonies of #14833D
Complementary color
Monochromatic Colors of #14833D
Black with #14833D
Text Example
Text Example
White with #14833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14833D; }
p { color: rgb(20,131,61); }
H1.HeaderClassName
{
color: #14833D;
}
.AnyTagClassName
{
color: #14833D;
}
</style>
background-color css
<style>
a { background-color: #14833D; }
a { background-color: rgb(20,131,61); }
div.DivClassName
{
background-color: #14833D;
}
.BgClassName
{
background-color: #14833D;
}
</style>
border-color css
<style>
span { border-color: #14833D; }
span { border-color: rgb(20,131,61); }
td.TdClassName
{
border-color: #14833D;
}
.TagClassName
{
border-color: #14833D;
}
</style>