Shades of Dark Spring Green #16813A
Tints of Dark Spring Green #16813A
RGB
CMYK
RGB Variations
Color information
#16813A (or 0x16813A) is known color: Dark Spring Green. HEX triplet: 16, 81 and 3A. RGB value is (22,129,58). Sum of RGB (Red+Green+Blue) = 22+129+58=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #16813A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16813A is #E97EC5. Grayscale: #595959. Windows color (decimal): -15302342 or 3834134. OLE color: 3834134.
HSL color Cylindrical-coordinate representation of color #16813A: hue angle of 140.19º 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 #16813A is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 58 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.49 |
| HSL | 140.19º | 0.71% | 0.3% | - |
| HSV(B) | 140.19º | 0.83% | 0.51% | - |
| XYZ | 8.94 | 16.18 | 6.65 | - |
| YUV | 88.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 58 | 0.83 | 0 | 0.55 | 0.49 | 140.19 | 0.71 | 0.3 |
| Hex | 16 | 81 | 3A | 53 | 0 | 37 | 31 | 8C | 47 | 1E |
| Octal | 26 | 201 | 72 | 123 | 0 | 67 | 61 | 214 | 107 | 36 |
| Binary | 10110 | 10000001 | 111010 | 1010011 | 0 | 110111 | 110001 | 10001100 | 1000111 | 11110 |
Color Harmonies of #16813A
Complementary color
Monochromatic Colors of #16813A
Black with #16813A
Text Example
Text Example
White with #16813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16813A; }
p { color: rgb(22,129,58); }
H1.HeaderClassName
{
color: #16813A;
}
.AnyTagClassName
{
color: #16813A;
}
</style>
background-color css
<style>
a { background-color: #16813A; }
a { background-color: rgb(22,129,58); }
div.DivClassName
{
background-color: #16813A;
}
.BgClassName
{
background-color: #16813A;
}
</style>
border-color css
<style>
span { border-color: #16813A; }
span { border-color: rgb(22,129,58); }
td.TdClassName
{
border-color: #16813A;
}
.TagClassName
{
border-color: #16813A;
}
</style>