Shades of Green #017F22
Tints of Green #017F22
RGB
CMYK
RGB Variations
Color information
#017F22 (or 0x017F22) is known color: Green. HEX triplet: 01, 7F and 22. RGB value is (1,127,34). Sum of RGB (Red+Green+Blue) = 1+127+34=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #017F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F22 is #FE80DD. Grayscale: #4E4E4E. Windows color (decimal): -16679134 or 2260737. OLE color: 2260737.
HSL color Cylindrical-coordinate representation of color #017F22: hue angle of 135.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F22 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 34 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.50 |
| HSL | 135.71º | 0.98% | 0.25% | - |
| HSV(B) | 135.71º | 0.99% | 0.5% | - |
| XYZ | 7.89 | 15.3 | 4.05 | - |
| YUV | 78.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 34 | 0.99 | 0 | 0.73 | 0.50 | 135.71 | 0.98 | 0.25 |
| Hex | 1 | 7F | 22 | 63 | 0 | 49 | 32 | 88 | 62 | 19 |
| Octal | 1 | 177 | 42 | 143 | 0 | 111 | 62 | 210 | 142 | 31 |
| Binary | 1 | 1111111 | 100010 | 1100011 | 0 | 1001001 | 110010 | 10001000 | 1100010 | 11001 |
Color Harmonies of #017F22
Complementary color
Monochromatic Colors of #017F22
Black with #017F22
Text Example
Text Example
White with #017F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F22; }
p { color: rgb(1,127,34); }
H1.HeaderClassName
{
color: #017F22;
}
.AnyTagClassName
{
color: #017F22;
}
</style>
background-color css
<style>
a { background-color: #017F22; }
a { background-color: rgb(1,127,34); }
div.DivClassName
{
background-color: #017F22;
}
.BgClassName
{
background-color: #017F22;
}
</style>
border-color css
<style>
span { border-color: #017F22; }
span { border-color: rgb(1,127,34); }
td.TdClassName
{
border-color: #017F22;
}
.TagClassName
{
border-color: #017F22;
}
</style>