Shades of Green #01751C
Tints of Green #01751C
RGB
CMYK
RGB Variations
Color information
#01751C (or 0x01751C) is known color: Green. HEX triplet: 01, 75 and 1C. RGB value is (1,117,28). Sum of RGB (Red+Green+Blue) = 1+117+28=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #01751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01751C is #FE8AE3. Grayscale: #484848. Windows color (decimal): -16681700 or 1864961. OLE color: 1864961.
HSL color Cylindrical-coordinate representation of color #01751C: hue angle of 133.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01751C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 28 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.54 |
| HSL | 133.97º | 0.98% | 0.23% | - |
| HSV(B) | 133.97º | 0.99% | 0.46% | - |
| XYZ | 6.58 | 12.81 | 3.22 | - |
| YUV | 72.17 | 103.07 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 28 | 0.99 | 0 | 0.76 | 0.54 | 133.97 | 0.98 | 0.23 |
| Hex | 1 | 75 | 1C | 63 | 0 | 4C | 36 | 86 | 62 | 17 |
| Octal | 1 | 165 | 34 | 143 | 0 | 114 | 66 | 206 | 142 | 27 |
| Binary | 1 | 1110101 | 11100 | 1100011 | 0 | 1001100 | 110110 | 10000110 | 1100010 | 10111 |
Color Harmonies of #01751C
Complementary color
Monochromatic Colors of #01751C
Black with #01751C
Text Example
Text Example
White with #01751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01751C; }
p { color: rgb(1,117,28); }
H1.HeaderClassName
{
color: #01751C;
}
.AnyTagClassName
{
color: #01751C;
}
</style>
background-color css
<style>
a { background-color: #01751C; }
a { background-color: rgb(1,117,28); }
div.DivClassName
{
background-color: #01751C;
}
.BgClassName
{
background-color: #01751C;
}
</style>
border-color css
<style>
span { border-color: #01751C; }
span { border-color: rgb(1,117,28); }
td.TdClassName
{
border-color: #01751C;
}
.TagClassName
{
border-color: #01751C;
}
</style>