Shades of Dark Spring Green #148735
Tints of Dark Spring Green #148735
RGB
CMYK
RGB Variations
Color information
#148735 (or 0x148735) is known color: Dark Spring Green. HEX triplet: 14, 87 and 35. RGB value is (20,135,53). Sum of RGB (Red+Green+Blue) = 20+135+53=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #148735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148735 is #EB78CA. Grayscale: #5B5B5B. Windows color (decimal): -15431883 or 3507988. OLE color: 3507988.
HSL color Cylindrical-coordinate representation of color #148735: hue angle of 137.22º 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 #148735 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 53 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.47 |
| HSL | 137.22º | 0.74% | 0.3% | - |
| HSV(B) | 137.22º | 0.85% | 0.53% | - |
| XYZ | 9.6 | 17.73 | 6.29 | - |
| YUV | 91.27 | 106.4 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 53 | 0.85 | 0 | 0.61 | 0.47 | 137.22 | 0.74 | 0.3 |
| Hex | 14 | 87 | 35 | 55 | 0 | 3D | 2F | 89 | 4A | 1E |
| Octal | 24 | 207 | 65 | 125 | 0 | 75 | 57 | 211 | 112 | 36 |
| Binary | 10100 | 10000111 | 110101 | 1010101 | 0 | 111101 | 101111 | 10001001 | 1001010 | 11110 |
Color Harmonies of #148735
Complementary color
Monochromatic Colors of #148735
Black with #148735
Text Example
Text Example
White with #148735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148735; }
p { color: rgb(20,135,53); }
H1.HeaderClassName
{
color: #148735;
}
.AnyTagClassName
{
color: #148735;
}
</style>
background-color css
<style>
a { background-color: #148735; }
a { background-color: rgb(20,135,53); }
div.DivClassName
{
background-color: #148735;
}
.BgClassName
{
background-color: #148735;
}
</style>
border-color css
<style>
span { border-color: #148735; }
span { border-color: rgb(20,135,53); }
td.TdClassName
{
border-color: #148735;
}
.TagClassName
{
border-color: #148735;
}
</style>