Shades of Green #01610D
Tints of Green #01610D
RGB
CMYK
RGB Variations
Color information
#01610D (or 0x01610D) is known color: Green. HEX triplet: 01, 61 and 0D. RGB value is (1,97,13). Sum of RGB (Red+Green+Blue) = 1+97+13=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 97 (38.28% from 255 or 87.39% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 97 - color contains mainly: green. Hex color #01610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01610D is #FE9EF2. Grayscale: #3A3A3A. Windows color (decimal): -16686835 or 876801. OLE color: 876801.
HSL color Cylindrical-coordinate representation of color #01610D: hue angle of 127.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01610D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 13 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.62 |
| HSL | 127.5º | 0.98% | 0.19% | - |
| HSV(B) | 127.5º | 0.99% | 0.38% | - |
| XYZ | 4.36 | 8.58 | 1.81 | - |
| YUV | 58.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 13 | 0.99 | 0 | 0.87 | 0.62 | 127.5 | 0.98 | 0.19 |
| Hex | 1 | 61 | D | 63 | 0 | 57 | 3E | 80 | 62 | 13 |
| Octal | 1 | 141 | 15 | 143 | 0 | 127 | 76 | 200 | 142 | 23 |
| Binary | 1 | 1100001 | 1101 | 1100011 | 0 | 1010111 | 111110 | 10000000 | 1100010 | 10011 |
Color Harmonies of #01610D
Complementary color
Monochromatic Colors of #01610D
Black with #01610D
Text Example
Text Example
White with #01610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01610D; }
p { color: rgb(1,97,13); }
H1.HeaderClassName
{
color: #01610D;
}
.AnyTagClassName
{
color: #01610D;
}
</style>
background-color css
<style>
a { background-color: #01610D; }
a { background-color: rgb(1,97,13); }
div.DivClassName
{
background-color: #01610D;
}
.BgClassName
{
background-color: #01610D;
}
</style>
border-color css
<style>
span { border-color: #01610D; }
span { border-color: rgb(1,97,13); }
td.TdClassName
{
border-color: #01610D;
}
.TagClassName
{
border-color: #01610D;
}
</style>