Shades of Dark Spring Green #16813C
Tints of Dark Spring Green #16813C
RGB
CMYK
RGB Variations
Color information
#16813C (or 0x16813C) is known color: Dark Spring Green. HEX triplet: 16, 81 and 3C. RGB value is (22,129,60). Sum of RGB (Red+Green+Blue) = 22+129+60=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #16813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16813C is #E97EC3. Grayscale: #595959. Windows color (decimal): -15302340 or 3965206. OLE color: 3965206.
HSL color Cylindrical-coordinate representation of color #16813C: hue angle of 141.31º 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 #16813C is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 60 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.49 |
| HSL | 141.31º | 0.71% | 0.3% | - |
| HSV(B) | 141.31º | 0.83% | 0.51% | - |
| XYZ | 9 | 16.2 | 6.93 | - |
| YUV | 89.14 | 111.55 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 60 | 0.83 | 0 | 0.53 | 0.49 | 141.31 | 0.71 | 0.3 |
| Hex | 16 | 81 | 3C | 53 | 0 | 35 | 31 | 8D | 47 | 1E |
| Octal | 26 | 201 | 74 | 123 | 0 | 65 | 61 | 215 | 107 | 36 |
| Binary | 10110 | 10000001 | 111100 | 1010011 | 0 | 110101 | 110001 | 10001101 | 1000111 | 11110 |
Color Harmonies of #16813C
Complementary color
Monochromatic Colors of #16813C
Black with #16813C
Text Example
Text Example
White with #16813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16813C; }
p { color: rgb(22,129,60); }
H1.HeaderClassName
{
color: #16813C;
}
.AnyTagClassName
{
color: #16813C;
}
</style>
background-color css
<style>
a { background-color: #16813C; }
a { background-color: rgb(22,129,60); }
div.DivClassName
{
background-color: #16813C;
}
.BgClassName
{
background-color: #16813C;
}
</style>
border-color css
<style>
span { border-color: #16813C; }
span { border-color: rgb(22,129,60); }
td.TdClassName
{
border-color: #16813C;
}
.TagClassName
{
border-color: #16813C;
}
</style>