Shades of Green #01620D
Tints of Green #01620D
RGB
CMYK
RGB Variations
Color information
#01620D (or 0x01620D) is known color: Green. HEX triplet: 01, 62 and 0D. RGB value is (1,98,13). Sum of RGB (Red+Green+Blue) = 1+98+13=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #01620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01620D is #FE9DF2. Grayscale: #3B3B3B. Windows color (decimal): -16686579 or 877057. OLE color: 877057.
HSL color Cylindrical-coordinate representation of color #01620D: hue angle of 127.42º 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 #01620D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 13 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.62 |
| HSL | 127.42º | 0.98% | 0.19% | - |
| HSV(B) | 127.42º | 0.99% | 0.38% | - |
| XYZ | 4.45 | 8.77 | 1.84 | - |
| YUV | 59.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 13 | 0.99 | 0 | 0.87 | 0.62 | 127.42 | 0.98 | 0.19 |
| Hex | 1 | 62 | D | 63 | 0 | 57 | 3E | 7F | 62 | 13 |
| Octal | 1 | 142 | 15 | 143 | 0 | 127 | 76 | 177 | 142 | 23 |
| Binary | 1 | 1100010 | 1101 | 1100011 | 0 | 1010111 | 111110 | 1111111 | 1100010 | 10011 |
Color Harmonies of #01620D
Complementary color
Monochromatic Colors of #01620D
Black with #01620D
Text Example
Text Example
White with #01620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01620D; }
p { color: rgb(1,98,13); }
H1.HeaderClassName
{
color: #01620D;
}
.AnyTagClassName
{
color: #01620D;
}
</style>
background-color css
<style>
a { background-color: #01620D; }
a { background-color: rgb(1,98,13); }
div.DivClassName
{
background-color: #01620D;
}
.BgClassName
{
background-color: #01620D;
}
</style>
border-color css
<style>
span { border-color: #01620D; }
span { border-color: rgb(1,98,13); }
td.TdClassName
{
border-color: #01620D;
}
.TagClassName
{
border-color: #01620D;
}
</style>