Shades of Green #017303
Tints of Green #017303
RGB
CMYK
RGB Variations
Color information
#017303 (or 0x017303) is known color: Green. HEX triplet: 01, 73 and 03. RGB value is (1,115,3). Sum of RGB (Red+Green+Blue) = 1+115+3=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 115 (45.31% from 255 or 96.64% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 115 - color contains mainly: green. Hex color #017303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017303 is #FE8CFC. Grayscale: #444444. Windows color (decimal): -16682237 or 226049. OLE color: 226049.
HSL color Cylindrical-coordinate representation of color #017303: hue angle of 121.05º 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 #017303 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.55 |
| HSL | 121.05º | 0.98% | 0.23% | - |
| HSV(B) | 121.05º | 0.99% | 0.45% | - |
| XYZ | 6.16 | 12.27 | 2.13 | - |
| YUV | 68.15 | 91.23 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 3 | 0.99 | 0 | 0.97 | 0.55 | 121.05 | 0.98 | 0.23 |
| Hex | 1 | 73 | 3 | 63 | 0 | 61 | 37 | 79 | 62 | 17 |
| Octal | 1 | 163 | 3 | 143 | 0 | 141 | 67 | 171 | 142 | 27 |
| Binary | 1 | 1110011 | 11 | 1100011 | 0 | 1100001 | 110111 | 1111001 | 1100010 | 10111 |
Color Harmonies of #017303
Complementary color
Monochromatic Colors of #017303
Black with #017303
Text Example
Text Example
White with #017303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017303; }
p { color: rgb(1,115,3); }
H1.HeaderClassName
{
color: #017303;
}
.AnyTagClassName
{
color: #017303;
}
</style>
background-color css
<style>
a { background-color: #017303; }
a { background-color: rgb(1,115,3); }
div.DivClassName
{
background-color: #017303;
}
.BgClassName
{
background-color: #017303;
}
</style>
border-color css
<style>
span { border-color: #017303; }
span { border-color: rgb(1,115,3); }
td.TdClassName
{
border-color: #017303;
}
.TagClassName
{
border-color: #017303;
}
</style>