Shades of Dark Spring Green #148839
Tints of Dark Spring Green #148839
RGB
CMYK
RGB Variations
Color information
#148839 (or 0x148839) is known color: Dark Spring Green. HEX triplet: 14, 88 and 39. RGB value is (20,136,57). Sum of RGB (Red+Green+Blue) = 20+136+57=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #148839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148839 is #EB77C6. Grayscale: #5C5C5C. Windows color (decimal): -15431623 or 3770388. OLE color: 3770388.
HSL color Cylindrical-coordinate representation of color #148839: hue angle of 139.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148839 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 57 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.47 |
| HSL | 139.14º | 0.74% | 0.31% | - |
| HSV(B) | 139.14º | 0.85% | 0.53% | - |
| XYZ | 9.83 | 18.05 | 6.84 | - |
| YUV | 92.31 | 108.07 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 57 | 0.85 | 0 | 0.58 | 0.47 | 139.14 | 0.74 | 0.31 |
| Hex | 14 | 88 | 39 | 55 | 0 | 3A | 2F | 8B | 4A | 1F |
| Octal | 24 | 210 | 71 | 125 | 0 | 72 | 57 | 213 | 112 | 37 |
| Binary | 10100 | 10001000 | 111001 | 1010101 | 0 | 111010 | 101111 | 10001011 | 1001010 | 11111 |
Color Harmonies of #148839
Complementary color
Monochromatic Colors of #148839
Black with #148839
Text Example
Text Example
White with #148839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148839; }
p { color: rgb(20,136,57); }
H1.HeaderClassName
{
color: #148839;
}
.AnyTagClassName
{
color: #148839;
}
</style>
background-color css
<style>
a { background-color: #148839; }
a { background-color: rgb(20,136,57); }
div.DivClassName
{
background-color: #148839;
}
.BgClassName
{
background-color: #148839;
}
</style>
border-color css
<style>
span { border-color: #148839; }
span { border-color: rgb(20,136,57); }
td.TdClassName
{
border-color: #148839;
}
.TagClassName
{
border-color: #148839;
}
</style>