Shades of Dark Spring Green #148238
Tints of Dark Spring Green #148238
RGB
CMYK
RGB Variations
Color information
#148238 (or 0x148238) is known color: Dark Spring Green. HEX triplet: 14, 82 and 38. RGB value is (20,130,56). Sum of RGB (Red+Green+Blue) = 20+130+56=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #148238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148238 is #EB7DC7. Grayscale: #585858. Windows color (decimal): -15433160 or 3703316. OLE color: 3703316.
HSL color Cylindrical-coordinate representation of color #148238: hue angle of 139.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148238 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 56 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.49 |
| HSL | 139.64º | 0.73% | 0.29% | - |
| HSV(B) | 139.64º | 0.85% | 0.51% | - |
| XYZ | 8.98 | 16.4 | 6.43 | - |
| YUV | 88.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 56 | 0.85 | 0 | 0.57 | 0.49 | 139.64 | 0.73 | 0.29 |
| Hex | 14 | 82 | 38 | 55 | 0 | 39 | 31 | 8C | 49 | 1D |
| Octal | 24 | 202 | 70 | 125 | 0 | 71 | 61 | 214 | 111 | 35 |
| Binary | 10100 | 10000010 | 111000 | 1010101 | 0 | 111001 | 110001 | 10001100 | 1001001 | 11101 |
Color Harmonies of #148238
Complementary color
Monochromatic Colors of #148238
Black with #148238
Text Example
Text Example
White with #148238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148238; }
p { color: rgb(20,130,56); }
H1.HeaderClassName
{
color: #148238;
}
.AnyTagClassName
{
color: #148238;
}
</style>
background-color css
<style>
a { background-color: #148238; }
a { background-color: rgb(20,130,56); }
div.DivClassName
{
background-color: #148238;
}
.BgClassName
{
background-color: #148238;
}
</style>
border-color css
<style>
span { border-color: #148238; }
span { border-color: rgb(20,130,56); }
td.TdClassName
{
border-color: #148238;
}
.TagClassName
{
border-color: #148238;
}
</style>