Shades of Green #01741A
Tints of Green #01741A
RGB
CMYK
RGB Variations
Color information
#01741A (or 0x01741A) is known color: Green. HEX triplet: 01, 74 and 1A. RGB value is (1,116,26). Sum of RGB (Red+Green+Blue) = 1+116+26=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #01741A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01741A is #FE8BE5. Grayscale: #474747. Windows color (decimal): -16681958 or 1733633. OLE color: 1733633.
HSL color Cylindrical-coordinate representation of color #01741A: hue angle of 133.04º 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 #01741A is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 26 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.55 |
| HSL | 133.04º | 0.98% | 0.23% | - |
| HSV(B) | 133.04º | 0.99% | 0.45% | - |
| XYZ | 6.44 | 12.57 | 3.06 | - |
| YUV | 71.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 26 | 0.99 | 0 | 0.78 | 0.55 | 133.04 | 0.98 | 0.23 |
| Hex | 1 | 74 | 1A | 63 | 0 | 4E | 37 | 85 | 62 | 17 |
| Octal | 1 | 164 | 32 | 143 | 0 | 116 | 67 | 205 | 142 | 27 |
| Binary | 1 | 1110100 | 11010 | 1100011 | 0 | 1001110 | 110111 | 10000101 | 1100010 | 10111 |
Color Harmonies of #01741A
Complementary color
Monochromatic Colors of #01741A
Black with #01741A
Text Example
Text Example
White with #01741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01741A; }
p { color: rgb(1,116,26); }
H1.HeaderClassName
{
color: #01741A;
}
.AnyTagClassName
{
color: #01741A;
}
</style>
background-color css
<style>
a { background-color: #01741A; }
a { background-color: rgb(1,116,26); }
div.DivClassName
{
background-color: #01741A;
}
.BgClassName
{
background-color: #01741A;
}
</style>
border-color css
<style>
span { border-color: #01741A; }
span { border-color: rgb(1,116,26); }
td.TdClassName
{
border-color: #01741A;
}
.TagClassName
{
border-color: #01741A;
}
</style>