Shades of Green #018316
Tints of Green #018316
RGB
CMYK
RGB Variations
Color information
#018316 (or 0x018316) is known color: Green. HEX triplet: 01, 83 and 16. RGB value is (1,131,22). Sum of RGB (Red+Green+Blue) = 1+131+22=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 131 (51.56% from 255 or 85.06% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 131 - color contains mainly: green. Hex color #018316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018316 is #FE7CE9. Grayscale: #505050. Windows color (decimal): -16678122 or 1475329. OLE color: 1475329.
HSL color Cylindrical-coordinate representation of color #018316: hue angle of 129.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018316 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 22 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.49 |
| HSL | 129.69º | 0.98% | 0.26% | - |
| HSV(B) | 129.69º | 0.99% | 0.51% | - |
| XYZ | 8.27 | 16.3 | 3.47 | - |
| YUV | 79.7 | 95.43 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 22 | 0.99 | 0 | 0.83 | 0.49 | 129.69 | 0.98 | 0.26 |
| Hex | 1 | 83 | 16 | 63 | 0 | 53 | 31 | 82 | 62 | 1A |
| Octal | 1 | 203 | 26 | 143 | 0 | 123 | 61 | 202 | 142 | 32 |
| Binary | 1 | 10000011 | 10110 | 1100011 | 0 | 1010011 | 110001 | 10000010 | 1100010 | 11010 |
Color Harmonies of #018316
Complementary color
Monochromatic Colors of #018316
Black with #018316
Text Example
Text Example
White with #018316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018316; }
p { color: rgb(1,131,22); }
H1.HeaderClassName
{
color: #018316;
}
.AnyTagClassName
{
color: #018316;
}
</style>
background-color css
<style>
a { background-color: #018316; }
a { background-color: rgb(1,131,22); }
div.DivClassName
{
background-color: #018316;
}
.BgClassName
{
background-color: #018316;
}
</style>
border-color css
<style>
span { border-color: #018316; }
span { border-color: rgb(1,131,22); }
td.TdClassName
{
border-color: #018316;
}
.TagClassName
{
border-color: #018316;
}
</style>