Shades of Dark Spring Green #168240
Tints of Dark Spring Green #168240
RGB
CMYK
RGB Variations
Color information
#168240 (or 0x168240) is known color: Dark Spring Green. HEX triplet: 16, 82 and 40. RGB value is (22,130,64). Sum of RGB (Red+Green+Blue) = 22+130+64=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #168240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168240 is #E97DBF. Grayscale: #5A5A5A. Windows color (decimal): -15302080 or 4227606. OLE color: 4227606.
HSL color Cylindrical-coordinate representation of color #168240: hue angle of 143.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168240 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 64 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.49 |
| HSL | 143.33º | 0.71% | 0.3% | - |
| HSV(B) | 143.33º | 0.83% | 0.51% | - |
| XYZ | 9.24 | 16.51 | 7.55 | - |
| YUV | 90.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 64 | 0.83 | 0 | 0.51 | 0.49 | 143.33 | 0.71 | 0.3 |
| Hex | 16 | 82 | 40 | 53 | 0 | 33 | 31 | 8F | 47 | 1E |
| Octal | 26 | 202 | 100 | 123 | 0 | 63 | 61 | 217 | 107 | 36 |
| Binary | 10110 | 10000010 | 1000000 | 1010011 | 0 | 110011 | 110001 | 10001111 | 1000111 | 11110 |
Color Harmonies of #168240
Complementary color
Monochromatic Colors of #168240
Black with #168240
Text Example
Text Example
White with #168240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168240; }
p { color: rgb(22,130,64); }
H1.HeaderClassName
{
color: #168240;
}
.AnyTagClassName
{
color: #168240;
}
</style>
background-color css
<style>
a { background-color: #168240; }
a { background-color: rgb(22,130,64); }
div.DivClassName
{
background-color: #168240;
}
.BgClassName
{
background-color: #168240;
}
</style>
border-color css
<style>
span { border-color: #168240; }
span { border-color: rgb(22,130,64); }
td.TdClassName
{
border-color: #168240;
}
.TagClassName
{
border-color: #168240;
}
</style>