Shades of Dark Spring Green #148737
Tints of Dark Spring Green #148737
RGB
CMYK
RGB Variations
Color information
#148737 (or 0x148737) is known color: Dark Spring Green. HEX triplet: 14, 87 and 37. RGB value is (20,135,55). Sum of RGB (Red+Green+Blue) = 20+135+55=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #148737 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148737 is #EB78C8. Grayscale: #5B5B5B. Windows color (decimal): -15431881 or 3639060. OLE color: 3639060.
HSL color Cylindrical-coordinate representation of color #148737: hue angle of 138.26º 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 #148737 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 55 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.47 |
| HSL | 138.26º | 0.74% | 0.3% | - |
| HSV(B) | 138.26º | 0.85% | 0.53% | - |
| XYZ | 9.64 | 17.75 | 6.53 | - |
| YUV | 91.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 55 | 0.85 | 0 | 0.59 | 0.47 | 138.26 | 0.74 | 0.3 |
| Hex | 14 | 87 | 37 | 55 | 0 | 3B | 2F | 8A | 4A | 1E |
| Octal | 24 | 207 | 67 | 125 | 0 | 73 | 57 | 212 | 112 | 36 |
| Binary | 10100 | 10000111 | 110111 | 1010101 | 0 | 111011 | 101111 | 10001010 | 1001010 | 11110 |
Color Harmonies of #148737
Complementary color
Monochromatic Colors of #148737
Black with #148737
Text Example
Text Example
White with #148737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148737; }
p { color: rgb(20,135,55); }
H1.HeaderClassName
{
color: #148737;
}
.AnyTagClassName
{
color: #148737;
}
</style>
background-color css
<style>
a { background-color: #148737; }
a { background-color: rgb(20,135,55); }
div.DivClassName
{
background-color: #148737;
}
.BgClassName
{
background-color: #148737;
}
</style>
border-color css
<style>
span { border-color: #148737; }
span { border-color: rgb(20,135,55); }
td.TdClassName
{
border-color: #148737;
}
.TagClassName
{
border-color: #148737;
}
</style>