Shades of Dark Spring Green #148437
Tints of Dark Spring Green #148437
RGB
CMYK
RGB Variations
Color information
#148437 (or 0x148437) is known color: Dark Spring Green. HEX triplet: 14, 84 and 37. RGB value is (20,132,55). Sum of RGB (Red+Green+Blue) = 20+132+55=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #148437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148437 is #EB7BC8. Grayscale: #595959. Windows color (decimal): -15432649 or 3638292. OLE color: 3638292.
HSL color Cylindrical-coordinate representation of color #148437: hue angle of 138.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148437 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 55 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.48 |
| HSL | 138.75º | 0.74% | 0.3% | - |
| HSV(B) | 138.75º | 0.85% | 0.52% | - |
| XYZ | 9.23 | 16.93 | 6.4 | - |
| YUV | 89.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 55 | 0.85 | 0 | 0.58 | 0.48 | 138.75 | 0.74 | 0.3 |
| Hex | 14 | 84 | 37 | 55 | 0 | 3A | 30 | 8B | 4A | 1E |
| Octal | 24 | 204 | 67 | 125 | 0 | 72 | 60 | 213 | 112 | 36 |
| Binary | 10100 | 10000100 | 110111 | 1010101 | 0 | 111010 | 110000 | 10001011 | 1001010 | 11110 |
Color Harmonies of #148437
Complementary color
Monochromatic Colors of #148437
Black with #148437
Text Example
Text Example
White with #148437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148437; }
p { color: rgb(20,132,55); }
H1.HeaderClassName
{
color: #148437;
}
.AnyTagClassName
{
color: #148437;
}
</style>
background-color css
<style>
a { background-color: #148437; }
a { background-color: rgb(20,132,55); }
div.DivClassName
{
background-color: #148437;
}
.BgClassName
{
background-color: #148437;
}
</style>
border-color css
<style>
span { border-color: #148437; }
span { border-color: rgb(20,132,55); }
td.TdClassName
{
border-color: #148437;
}
.TagClassName
{
border-color: #148437;
}
</style>