Shades of Dark Spring Green #198240
Tints of Dark Spring Green #198240
RGB
CMYK
RGB Variations
Color information
#198240 (or 0x198240) is known color: Dark Spring Green. HEX triplet: 19, 82 and 40. RGB value is (25,130,64). Sum of RGB (Red+Green+Blue) = 25+130+64=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #198240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198240 is #E67DBF. Grayscale: #5B5B5B. Windows color (decimal): -15105472 or 4227609. OLE color: 4227609.
HSL color Cylindrical-coordinate representation of color #198240: hue angle of 142.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198240 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 64 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.49 |
| HSL | 142.29º | 0.68% | 0.3% | - |
| HSV(B) | 142.29º | 0.81% | 0.51% | - |
| XYZ | 9.31 | 16.54 | 7.55 | - |
| YUV | 91.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 64 | 0.81 | 0 | 0.51 | 0.49 | 142.29 | 0.68 | 0.3 |
| Hex | 19 | 82 | 40 | 51 | 0 | 33 | 31 | 8E | 44 | 1E |
| Octal | 31 | 202 | 100 | 121 | 0 | 63 | 61 | 216 | 104 | 36 |
| Binary | 11001 | 10000010 | 1000000 | 1010001 | 0 | 110011 | 110001 | 10001110 | 1000100 | 11110 |
Color Harmonies of #198240
Complementary color
Monochromatic Colors of #198240
Black with #198240
Text Example
Text Example
White with #198240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198240; }
p { color: rgb(25,130,64); }
H1.HeaderClassName
{
color: #198240;
}
.AnyTagClassName
{
color: #198240;
}
</style>
background-color css
<style>
a { background-color: #198240; }
a { background-color: rgb(25,130,64); }
div.DivClassName
{
background-color: #198240;
}
.BgClassName
{
background-color: #198240;
}
</style>
border-color css
<style>
span { border-color: #198240; }
span { border-color: rgb(25,130,64); }
td.TdClassName
{
border-color: #198240;
}
.TagClassName
{
border-color: #198240;
}
</style>