Shades of Green #01731B
Tints of Green #01731B
RGB
CMYK
RGB Variations
Color information
#01731B (or 0x01731B) is known color: Green. HEX triplet: 01, 73 and 1B. RGB value is (1,115,27). Sum of RGB (Red+Green+Blue) = 1+115+27=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #01731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01731B is #FE8CE4. Grayscale: #474747. Windows color (decimal): -16682213 or 1798913. OLE color: 1798913.
HSL color Cylindrical-coordinate representation of color #01731B: hue angle of 133.68º 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 #01731B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 27 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.55 |
| HSL | 133.68º | 0.98% | 0.23% | - |
| HSV(B) | 133.68º | 0.99% | 0.45% | - |
| XYZ | 6.34 | 12.35 | 3.09 | - |
| YUV | 70.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 27 | 0.99 | 0 | 0.77 | 0.55 | 133.68 | 0.98 | 0.23 |
| Hex | 1 | 73 | 1B | 63 | 0 | 4D | 37 | 86 | 62 | 17 |
| Octal | 1 | 163 | 33 | 143 | 0 | 115 | 67 | 206 | 142 | 27 |
| Binary | 1 | 1110011 | 11011 | 1100011 | 0 | 1001101 | 110111 | 10000110 | 1100010 | 10111 |
Color Harmonies of #01731B
Complementary color
Monochromatic Colors of #01731B
Black with #01731B
Text Example
Text Example
White with #01731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01731B; }
p { color: rgb(1,115,27); }
H1.HeaderClassName
{
color: #01731B;
}
.AnyTagClassName
{
color: #01731B;
}
</style>
background-color css
<style>
a { background-color: #01731B; }
a { background-color: rgb(1,115,27); }
div.DivClassName
{
background-color: #01731B;
}
.BgClassName
{
background-color: #01731B;
}
</style>
border-color css
<style>
span { border-color: #01731B; }
span { border-color: rgb(1,115,27); }
td.TdClassName
{
border-color: #01731B;
}
.TagClassName
{
border-color: #01731B;
}
</style>