Shades of Dark Spring Green #14833B
Tints of Dark Spring Green #14833B
RGB
CMYK
RGB Variations
Color information
#14833B (or 0x14833B) is known color: Dark Spring Green. HEX triplet: 14, 83 and 3B. RGB value is (20,131,59). Sum of RGB (Red+Green+Blue) = 20+131+59=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #14833B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14833B is #EB7CC4. Grayscale: #595959. Windows color (decimal): -15432901 or 3900180. OLE color: 3900180.
HSL color Cylindrical-coordinate representation of color #14833B: hue angle of 141.08º 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 #14833B is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 59 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.49 |
| HSL | 141.08º | 0.74% | 0.3% | - |
| HSV(B) | 141.08º | 0.85% | 0.51% | - |
| XYZ | 9.19 | 16.7 | 6.88 | - |
| YUV | 89.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 59 | 0.85 | 0 | 0.55 | 0.49 | 141.08 | 0.74 | 0.3 |
| Hex | 14 | 83 | 3B | 55 | 0 | 37 | 31 | 8D | 4A | 1E |
| Octal | 24 | 203 | 73 | 125 | 0 | 67 | 61 | 215 | 112 | 36 |
| Binary | 10100 | 10000011 | 111011 | 1010101 | 0 | 110111 | 110001 | 10001101 | 1001010 | 11110 |
Color Harmonies of #14833B
Complementary color
Monochromatic Colors of #14833B
Black with #14833B
Text Example
Text Example
White with #14833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14833B; }
p { color: rgb(20,131,59); }
H1.HeaderClassName
{
color: #14833B;
}
.AnyTagClassName
{
color: #14833B;
}
</style>
background-color css
<style>
a { background-color: #14833B; }
a { background-color: rgb(20,131,59); }
div.DivClassName
{
background-color: #14833B;
}
.BgClassName
{
background-color: #14833B;
}
</style>
border-color css
<style>
span { border-color: #14833B; }
span { border-color: rgb(20,131,59); }
td.TdClassName
{
border-color: #14833B;
}
.TagClassName
{
border-color: #14833B;
}
</style>