Shades of Green #01741B
Tints of Green #01741B
RGB
CMYK
RGB Variations
Color information
#01741B (or 0x01741B) is known color: Green. HEX triplet: 01, 74 and 1B. RGB value is (1,116,27). Sum of RGB (Red+Green+Blue) = 1+116+27=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #01741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01741B is #FE8BE4. Grayscale: #474747. Windows color (decimal): -16681957 or 1799169. OLE color: 1799169.
HSL color Cylindrical-coordinate representation of color #01741B: hue angle of 133.57º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01741B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 27 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.55 |
| HSL | 133.57º | 0.98% | 0.23% | - |
| HSV(B) | 133.57º | 0.99% | 0.45% | - |
| XYZ | 6.46 | 12.58 | 3.12 | - |
| YUV | 71.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 27 | 0.99 | 0 | 0.77 | 0.55 | 133.57 | 0.98 | 0.23 |
| Hex | 1 | 74 | 1B | 63 | 0 | 4D | 37 | 86 | 62 | 17 |
| Octal | 1 | 164 | 33 | 143 | 0 | 115 | 67 | 206 | 142 | 27 |
| Binary | 1 | 1110100 | 11011 | 1100011 | 0 | 1001101 | 110111 | 10000110 | 1100010 | 10111 |
Color Harmonies of #01741B
Complementary color
Monochromatic Colors of #01741B
Black with #01741B
Text Example
Text Example
White with #01741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01741B; }
p { color: rgb(1,116,27); }
H1.HeaderClassName
{
color: #01741B;
}
.AnyTagClassName
{
color: #01741B;
}
</style>
background-color css
<style>
a { background-color: #01741B; }
a { background-color: rgb(1,116,27); }
div.DivClassName
{
background-color: #01741B;
}
.BgClassName
{
background-color: #01741B;
}
</style>
border-color css
<style>
span { border-color: #01741B; }
span { border-color: rgb(1,116,27); }
td.TdClassName
{
border-color: #01741B;
}
.TagClassName
{
border-color: #01741B;
}
</style>