Shades of Green #01711C
Tints of Green #01711C
RGB
CMYK
RGB Variations
Color information
#01711C (or 0x01711C) is known color: Green. HEX triplet: 01, 71 and 1C. RGB value is (1,113,28). Sum of RGB (Red+Green+Blue) = 1+113+28=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #01711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01711C is #FE8EE3. Grayscale: #464646. Windows color (decimal): -16682724 or 1863937. OLE color: 1863937.
HSL color Cylindrical-coordinate representation of color #01711C: hue angle of 134.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01711C is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 28 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.56 |
| HSL | 134.46º | 0.98% | 0.22% | - |
| HSV(B) | 134.46º | 0.99% | 0.44% | - |
| XYZ | 6.13 | 11.9 | 3.07 | - |
| YUV | 69.82 | 104.39 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 28 | 0.99 | 0 | 0.75 | 0.56 | 134.46 | 0.98 | 0.22 |
| Hex | 1 | 71 | 1C | 63 | 0 | 4B | 38 | 86 | 62 | 16 |
| Octal | 1 | 161 | 34 | 143 | 0 | 113 | 70 | 206 | 142 | 26 |
| Binary | 1 | 1110001 | 11100 | 1100011 | 0 | 1001011 | 111000 | 10000110 | 1100010 | 10110 |
Color Harmonies of #01711C
Complementary color
Monochromatic Colors of #01711C
Black with #01711C
Text Example
Text Example
White with #01711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01711C; }
p { color: rgb(1,113,28); }
H1.HeaderClassName
{
color: #01711C;
}
.AnyTagClassName
{
color: #01711C;
}
</style>
background-color css
<style>
a { background-color: #01711C; }
a { background-color: rgb(1,113,28); }
div.DivClassName
{
background-color: #01711C;
}
.BgClassName
{
background-color: #01711C;
}
</style>
border-color css
<style>
span { border-color: #01711C; }
span { border-color: rgb(1,113,28); }
td.TdClassName
{
border-color: #01711C;
}
.TagClassName
{
border-color: #01711C;
}
</style>