Shades of Dark Spring Green #148041
Tints of Dark Spring Green #148041
RGB
CMYK
RGB Variations
Color information
#148041 (or 0x148041) is known color: Dark Spring Green. HEX triplet: 14, 80 and 41. RGB value is (20,128,65). Sum of RGB (Red+Green+Blue) = 20+128+65=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #148041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148041 is #EB7FBE. Grayscale: #585858. Windows color (decimal): -15433663 or 4292628. OLE color: 4292628.
HSL color Cylindrical-coordinate representation of color #148041: hue angle of 145º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148041 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 65 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.50 |
| HSL | 145º | 0.73% | 0.29% | - |
| HSV(B) | 145º | 0.84% | 0.5% | - |
| XYZ | 8.96 | 15.97 | 7.61 | - |
| YUV | 88.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 65 | 0.84 | 0 | 0.49 | 0.50 | 145 | 0.73 | 0.29 |
| Hex | 14 | 80 | 41 | 54 | 0 | 31 | 32 | 91 | 49 | 1D |
| Octal | 24 | 200 | 101 | 124 | 0 | 61 | 62 | 221 | 111 | 35 |
| Binary | 10100 | 10000000 | 1000001 | 1010100 | 0 | 110001 | 110010 | 10010001 | 1001001 | 11101 |
Color Harmonies of #148041
Complementary color
Monochromatic Colors of #148041
Black with #148041
Text Example
Text Example
White with #148041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148041; }
p { color: rgb(20,128,65); }
H1.HeaderClassName
{
color: #148041;
}
.AnyTagClassName
{
color: #148041;
}
</style>
background-color css
<style>
a { background-color: #148041; }
a { background-color: rgb(20,128,65); }
div.DivClassName
{
background-color: #148041;
}
.BgClassName
{
background-color: #148041;
}
</style>
border-color css
<style>
span { border-color: #148041; }
span { border-color: rgb(20,128,65); }
td.TdClassName
{
border-color: #148041;
}
.TagClassName
{
border-color: #148041;
}
</style>