Shades of Green #018205
Tints of Green #018205
RGB
CMYK
RGB Variations
Color information
#018205 (or 0x018205) is known color: Green. HEX triplet: 01, 82 and 05. RGB value is (1,130,5). Sum of RGB (Red+Green+Blue) = 1+130+5=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 130 (51.17% from 255 or 95.59% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 130 - color contains mainly: green. Hex color #018205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018205 is #FE7DFA. Grayscale: #4D4D4D. Windows color (decimal): -16678395 or 360961. OLE color: 360961.
HSL color Cylindrical-coordinate representation of color #018205: hue angle of 121.86º 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 #018205 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.49 |
| HSL | 121.86º | 0.98% | 0.26% | - |
| HSV(B) | 121.86º | 0.99% | 0.51% | - |
| XYZ | 8.02 | 15.98 | 2.81 | - |
| YUV | 77.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 5 | 0.99 | 0 | 0.96 | 0.49 | 121.86 | 0.98 | 0.26 |
| Hex | 1 | 82 | 5 | 63 | 0 | 60 | 31 | 7A | 62 | 1A |
| Octal | 1 | 202 | 5 | 143 | 0 | 140 | 61 | 172 | 142 | 32 |
| Binary | 1 | 10000010 | 101 | 1100011 | 0 | 1100000 | 110001 | 1111010 | 1100010 | 11010 |
Color Harmonies of #018205
Complementary color
Monochromatic Colors of #018205
Black with #018205
Text Example
Text Example
White with #018205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018205; }
p { color: rgb(1,130,5); }
H1.HeaderClassName
{
color: #018205;
}
.AnyTagClassName
{
color: #018205;
}
</style>
background-color css
<style>
a { background-color: #018205; }
a { background-color: rgb(1,130,5); }
div.DivClassName
{
background-color: #018205;
}
.BgClassName
{
background-color: #018205;
}
</style>
border-color css
<style>
span { border-color: #018205; }
span { border-color: rgb(1,130,5); }
td.TdClassName
{
border-color: #018205;
}
.TagClassName
{
border-color: #018205;
}
</style>