Shades of Green #01781F
Tints of Green #01781F
RGB
CMYK
RGB Variations
Color information
#01781F (or 0x01781F) is known color: Green. HEX triplet: 01, 78 and 1F. RGB value is (1,120,31). Sum of RGB (Red+Green+Blue) = 1+120+31=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 120 (47.27% from 255 or 78.95% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 120 - color contains mainly: green. Hex color #01781F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01781F is #FE87E0. Grayscale: #4A4A4A. Windows color (decimal): -16680929 or 2062337. OLE color: 2062337.
HSL color Cylindrical-coordinate representation of color #01781F: hue angle of 135.13º 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 #01781F is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 120 | 31 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.53 |
| HSL | 135.13º | 0.98% | 0.24% | - |
| HSV(B) | 135.13º | 0.99% | 0.47% | - |
| XYZ | 6.98 | 13.54 | 3.54 | - |
| YUV | 74.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 31 | 0.99 | 0 | 0.74 | 0.53 | 135.13 | 0.98 | 0.24 |
| Hex | 1 | 78 | 1F | 63 | 0 | 4A | 35 | 87 | 62 | 18 |
| Octal | 1 | 170 | 37 | 143 | 0 | 112 | 65 | 207 | 142 | 30 |
| Binary | 1 | 1111000 | 11111 | 1100011 | 0 | 1001010 | 110101 | 10000111 | 1100010 | 11000 |
Color Harmonies of #01781F
Complementary color
Monochromatic Colors of #01781F
Black with #01781F
Text Example
Text Example
White with #01781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01781F; }
p { color: rgb(1,120,31); }
H1.HeaderClassName
{
color: #01781F;
}
.AnyTagClassName
{
color: #01781F;
}
</style>
background-color css
<style>
a { background-color: #01781F; }
a { background-color: rgb(1,120,31); }
div.DivClassName
{
background-color: #01781F;
}
.BgClassName
{
background-color: #01781F;
}
</style>
border-color css
<style>
span { border-color: #01781F; }
span { border-color: rgb(1,120,31); }
td.TdClassName
{
border-color: #01781F;
}
.TagClassName
{
border-color: #01781F;
}
</style>