Shades of Green #017218
Tints of Green #017218
RGB
CMYK
RGB Variations
Color information
#017218 (or 0x017218) is known color: Green. HEX triplet: 01, 72 and 18. RGB value is (1,114,24). Sum of RGB (Red+Green+Blue) = 1+114+24=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #017218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017218 is #FE8DE7. Grayscale: #464646. Windows color (decimal): -16682472 or 1602049. OLE color: 1602049.
HSL color Cylindrical-coordinate representation of color #017218: hue angle of 132.21º 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 #017218 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 24 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.55 |
| HSL | 132.21º | 0.98% | 0.23% | - |
| HSV(B) | 132.21º | 0.99% | 0.45% | - |
| XYZ | 6.19 | 12.11 | 2.87 | - |
| YUV | 69.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 24 | 0.99 | 0 | 0.79 | 0.55 | 132.21 | 0.98 | 0.23 |
| Hex | 1 | 72 | 18 | 63 | 0 | 4F | 37 | 84 | 62 | 17 |
| Octal | 1 | 162 | 30 | 143 | 0 | 117 | 67 | 204 | 142 | 27 |
| Binary | 1 | 1110010 | 11000 | 1100011 | 0 | 1001111 | 110111 | 10000100 | 1100010 | 10111 |
Color Harmonies of #017218
Complementary color
Monochromatic Colors of #017218
Black with #017218
Text Example
Text Example
White with #017218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017218; }
p { color: rgb(1,114,24); }
H1.HeaderClassName
{
color: #017218;
}
.AnyTagClassName
{
color: #017218;
}
</style>
background-color css
<style>
a { background-color: #017218; }
a { background-color: rgb(1,114,24); }
div.DivClassName
{
background-color: #017218;
}
.BgClassName
{
background-color: #017218;
}
</style>
border-color css
<style>
span { border-color: #017218; }
span { border-color: rgb(1,114,24); }
td.TdClassName
{
border-color: #017218;
}
.TagClassName
{
border-color: #017218;
}
</style>