Shades of Green #01790D
Tints of Green #01790D
RGB
CMYK
RGB Variations
Color information
#01790D (or 0x01790D) is known color: Green. HEX triplet: 01, 79 and 0D. RGB value is (1,121,13). Sum of RGB (Red+Green+Blue) = 1+121+13=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 121 (47.66% from 255 or 89.63% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 121 - color contains mainly: green. Hex color #01790D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01790D is #FE86F2. Grayscale: #494949. Windows color (decimal): -16680691 or 882945. OLE color: 882945.
HSL color Cylindrical-coordinate representation of color #01790D: hue angle of 126º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01790D is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 13 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.53 |
| HSL | 126º | 0.98% | 0.24% | - |
| HSV(B) | 126º | 0.99% | 0.47% | - |
| XYZ | 6.92 | 13.71 | 2.66 | - |
| YUV | 72.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 13 | 0.99 | 0 | 0.89 | 0.53 | 126 | 0.98 | 0.24 |
| Hex | 1 | 79 | D | 63 | 0 | 59 | 35 | 7E | 62 | 18 |
| Octal | 1 | 171 | 15 | 143 | 0 | 131 | 65 | 176 | 142 | 30 |
| Binary | 1 | 1111001 | 1101 | 1100011 | 0 | 1011001 | 110101 | 1111110 | 1100010 | 11000 |
Color Harmonies of #01790D
Complementary color
Monochromatic Colors of #01790D
Black with #01790D
Text Example
Text Example
White with #01790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01790D; }
p { color: rgb(1,121,13); }
H1.HeaderClassName
{
color: #01790D;
}
.AnyTagClassName
{
color: #01790D;
}
</style>
background-color css
<style>
a { background-color: #01790D; }
a { background-color: rgb(1,121,13); }
div.DivClassName
{
background-color: #01790D;
}
.BgClassName
{
background-color: #01790D;
}
</style>
border-color css
<style>
span { border-color: #01790D; }
span { border-color: rgb(1,121,13); }
td.TdClassName
{
border-color: #01790D;
}
.TagClassName
{
border-color: #01790D;
}
</style>