Shades of Dark Spring Green #148739
Tints of Dark Spring Green #148739
RGB
CMYK
RGB Variations
Color information
#148739 (or 0x148739) is known color: Dark Spring Green. HEX triplet: 14, 87 and 39. RGB value is (20,135,57). Sum of RGB (Red+Green+Blue) = 20+135+57=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #148739 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148739 is #EB78C6. Grayscale: #5B5B5B. Windows color (decimal): -15431879 or 3770132. OLE color: 3770132.
HSL color Cylindrical-coordinate representation of color #148739: hue angle of 139.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148739 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 57 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.47 |
| HSL | 139.3º | 0.74% | 0.3% | - |
| HSV(B) | 139.3º | 0.85% | 0.53% | - |
| XYZ | 9.69 | 17.77 | 6.79 | - |
| YUV | 91.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 57 | 0.85 | 0 | 0.58 | 0.47 | 139.3 | 0.74 | 0.3 |
| Hex | 14 | 87 | 39 | 55 | 0 | 3A | 2F | 8B | 4A | 1E |
| Octal | 24 | 207 | 71 | 125 | 0 | 72 | 57 | 213 | 112 | 36 |
| Binary | 10100 | 10000111 | 111001 | 1010101 | 0 | 111010 | 101111 | 10001011 | 1001010 | 11110 |
Color Harmonies of #148739
Complementary color
Monochromatic Colors of #148739
Black with #148739
Text Example
Text Example
White with #148739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148739; }
p { color: rgb(20,135,57); }
H1.HeaderClassName
{
color: #148739;
}
.AnyTagClassName
{
color: #148739;
}
</style>
background-color css
<style>
a { background-color: #148739; }
a { background-color: rgb(20,135,57); }
div.DivClassName
{
background-color: #148739;
}
.BgClassName
{
background-color: #148739;
}
</style>
border-color css
<style>
span { border-color: #148739; }
span { border-color: rgb(20,135,57); }
td.TdClassName
{
border-color: #148739;
}
.TagClassName
{
border-color: #148739;
}
</style>