Shades of Green #01790E
Tints of Green #01790E
RGB
CMYK
RGB Variations
Color information
#01790E (or 0x01790E) is known color: Green. HEX triplet: 01, 79 and 0E. RGB value is (1,121,14). Sum of RGB (Red+Green+Blue) = 1+121+14=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 121 (47.66% from 255 or 88.97% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 121 - color contains mainly: green. Hex color #01790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01790E is #FE86F1. Grayscale: #494949. Windows color (decimal): -16680690 or 948481. OLE color: 948481.
HSL color Cylindrical-coordinate representation of color #01790E: hue angle of 126.5º 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 #01790E is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 14 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.53 |
| HSL | 126.5º | 0.98% | 0.24% | - |
| HSV(B) | 126.5º | 0.99% | 0.47% | - |
| XYZ | 6.93 | 13.71 | 2.7 | - |
| YUV | 72.92 | 94.74 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 14 | 0.99 | 0 | 0.88 | 0.53 | 126.5 | 0.98 | 0.24 |
| Hex | 1 | 79 | E | 63 | 0 | 58 | 35 | 7E | 62 | 18 |
| Octal | 1 | 171 | 16 | 143 | 0 | 130 | 65 | 176 | 142 | 30 |
| Binary | 1 | 1111001 | 1110 | 1100011 | 0 | 1011000 | 110101 | 1111110 | 1100010 | 11000 |
Color Harmonies of #01790E
Complementary color
Monochromatic Colors of #01790E
Black with #01790E
Text Example
Text Example
White with #01790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01790E; }
p { color: rgb(1,121,14); }
H1.HeaderClassName
{
color: #01790E;
}
.AnyTagClassName
{
color: #01790E;
}
</style>
background-color css
<style>
a { background-color: #01790E; }
a { background-color: rgb(1,121,14); }
div.DivClassName
{
background-color: #01790E;
}
.BgClassName
{
background-color: #01790E;
}
</style>
border-color css
<style>
span { border-color: #01790E; }
span { border-color: rgb(1,121,14); }
td.TdClassName
{
border-color: #01790E;
}
.TagClassName
{
border-color: #01790E;
}
</style>