Shades of Green #018315
Tints of Green #018315
RGB
CMYK
RGB Variations
Color information
#018315 (or 0x018315) is known color: Green. HEX triplet: 01, 83 and 15. RGB value is (1,131,21). Sum of RGB (Red+Green+Blue) = 1+131+21=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 131 (51.56% from 255 or 85.62% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 131 - color contains mainly: green. Hex color #018315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018315 is #FE7CEA. Grayscale: #4F4F4F. Windows color (decimal): -16678123 or 1409793. OLE color: 1409793.
HSL color Cylindrical-coordinate representation of color #018315: hue angle of 129.23º 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 #018315 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 21 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.49 |
| HSL | 129.23º | 0.98% | 0.26% | - |
| HSV(B) | 129.23º | 0.99% | 0.51% | - |
| XYZ | 8.26 | 16.29 | 3.42 | - |
| YUV | 79.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 21 | 0.99 | 0 | 0.84 | 0.49 | 129.23 | 0.98 | 0.26 |
| Hex | 1 | 83 | 15 | 63 | 0 | 54 | 31 | 81 | 62 | 1A |
| Octal | 1 | 203 | 25 | 143 | 0 | 124 | 61 | 201 | 142 | 32 |
| Binary | 1 | 10000011 | 10101 | 1100011 | 0 | 1010100 | 110001 | 10000001 | 1100010 | 11010 |
Color Harmonies of #018315
Complementary color
Monochromatic Colors of #018315
Black with #018315
Text Example
Text Example
White with #018315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018315; }
p { color: rgb(1,131,21); }
H1.HeaderClassName
{
color: #018315;
}
.AnyTagClassName
{
color: #018315;
}
</style>
background-color css
<style>
a { background-color: #018315; }
a { background-color: rgb(1,131,21); }
div.DivClassName
{
background-color: #018315;
}
.BgClassName
{
background-color: #018315;
}
</style>
border-color css
<style>
span { border-color: #018315; }
span { border-color: rgb(1,131,21); }
td.TdClassName
{
border-color: #018315;
}
.TagClassName
{
border-color: #018315;
}
</style>