Shades of Green #01751A
Tints of Green #01751A
RGB
CMYK
RGB Variations
Color information
#01751A (or 0x01751A) is known color: Green. HEX triplet: 01, 75 and 1A. RGB value is (1,117,26). Sum of RGB (Red+Green+Blue) = 1+117+26=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #01751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01751A is #FE8AE5. Grayscale: #484848. Windows color (decimal): -16681702 or 1733889. OLE color: 1733889.
HSL color Cylindrical-coordinate representation of color #01751A: hue angle of 132.93º 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 #01751A is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 26 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.54 |
| HSL | 132.93º | 0.98% | 0.23% | - |
| HSV(B) | 132.93º | 0.99% | 0.46% | - |
| XYZ | 6.56 | 12.8 | 3.1 | - |
| YUV | 71.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 26 | 0.99 | 0 | 0.78 | 0.54 | 132.93 | 0.98 | 0.23 |
| Hex | 1 | 75 | 1A | 63 | 0 | 4E | 36 | 85 | 62 | 17 |
| Octal | 1 | 165 | 32 | 143 | 0 | 116 | 66 | 205 | 142 | 27 |
| Binary | 1 | 1110101 | 11010 | 1100011 | 0 | 1001110 | 110110 | 10000101 | 1100010 | 10111 |
Color Harmonies of #01751A
Complementary color
Monochromatic Colors of #01751A
Black with #01751A
Text Example
Text Example
White with #01751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01751A; }
p { color: rgb(1,117,26); }
H1.HeaderClassName
{
color: #01751A;
}
.AnyTagClassName
{
color: #01751A;
}
</style>
background-color css
<style>
a { background-color: #01751A; }
a { background-color: rgb(1,117,26); }
div.DivClassName
{
background-color: #01751A;
}
.BgClassName
{
background-color: #01751A;
}
</style>
border-color css
<style>
span { border-color: #01751A; }
span { border-color: rgb(1,117,26); }
td.TdClassName
{
border-color: #01751A;
}
.TagClassName
{
border-color: #01751A;
}
</style>