Shades of Green #017307
Tints of Green #017307
RGB
CMYK
RGB Variations
Color information
#017307 (or 0x017307) is known color: Green. HEX triplet: 01, 73 and 07. RGB value is (1,115,7). Sum of RGB (Red+Green+Blue) = 1+115+7=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #017307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017307 is #FE8CF8. Grayscale: #444444. Windows color (decimal): -16682233 or 488193. OLE color: 488193.
HSL color Cylindrical-coordinate representation of color #017307: hue angle of 123.16º 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 #017307 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 7 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.55 |
| HSL | 123.16º | 0.98% | 0.23% | - |
| HSV(B) | 123.16º | 0.99% | 0.45% | - |
| XYZ | 6.18 | 12.28 | 2.25 | - |
| YUV | 68.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 7 | 0.99 | 0 | 0.94 | 0.55 | 123.16 | 0.98 | 0.23 |
| Hex | 1 | 73 | 7 | 63 | 0 | 5E | 37 | 7B | 62 | 17 |
| Octal | 1 | 163 | 7 | 143 | 0 | 136 | 67 | 173 | 142 | 27 |
| Binary | 1 | 1110011 | 111 | 1100011 | 0 | 1011110 | 110111 | 1111011 | 1100010 | 10111 |
Color Harmonies of #017307
Complementary color
Monochromatic Colors of #017307
Black with #017307
Text Example
Text Example
White with #017307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017307; }
p { color: rgb(1,115,7); }
H1.HeaderClassName
{
color: #017307;
}
.AnyTagClassName
{
color: #017307;
}
</style>
background-color css
<style>
a { background-color: #017307; }
a { background-color: rgb(1,115,7); }
div.DivClassName
{
background-color: #017307;
}
.BgClassName
{
background-color: #017307;
}
</style>
border-color css
<style>
span { border-color: #017307; }
span { border-color: rgb(1,115,7); }
td.TdClassName
{
border-color: #017307;
}
.TagClassName
{
border-color: #017307;
}
</style>