Shades of Green #018104
Tints of Green #018104
RGB
CMYK
RGB Variations
Color information
#018104 (or 0x018104) is known color: Green. HEX triplet: 01, 81 and 04. RGB value is (1,129,4). Sum of RGB (Red+Green+Blue) = 1+129+4=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 129 (50.78% from 255 or 96.27% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 129 - color contains mainly: green. Hex color #018104 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018104 is #FE7EFB. Grayscale: #4C4C4C. Windows color (decimal): -16678652 or 295169. OLE color: 295169.
HSL color Cylindrical-coordinate representation of color #018104: hue angle of 121.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018104 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 4 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.49 |
| HSL | 121.41º | 0.98% | 0.25% | - |
| HSV(B) | 121.41º | 0.99% | 0.51% | - |
| XYZ | 7.88 | 15.72 | 2.73 | - |
| YUV | 76.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 4 | 0.99 | 0 | 0.97 | 0.49 | 121.41 | 0.98 | 0.25 |
| Hex | 1 | 81 | 4 | 63 | 0 | 61 | 31 | 79 | 62 | 19 |
| Octal | 1 | 201 | 4 | 143 | 0 | 141 | 61 | 171 | 142 | 31 |
| Binary | 1 | 10000001 | 100 | 1100011 | 0 | 1100001 | 110001 | 1111001 | 1100010 | 11001 |
Color Harmonies of #018104
Complementary color
Monochromatic Colors of #018104
Black with #018104
Text Example
Text Example
White with #018104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018104; }
p { color: rgb(1,129,4); }
H1.HeaderClassName
{
color: #018104;
}
.AnyTagClassName
{
color: #018104;
}
</style>
background-color css
<style>
a { background-color: #018104; }
a { background-color: rgb(1,129,4); }
div.DivClassName
{
background-color: #018104;
}
.BgClassName
{
background-color: #018104;
}
</style>
border-color css
<style>
span { border-color: #018104; }
span { border-color: rgb(1,129,4); }
td.TdClassName
{
border-color: #018104;
}
.TagClassName
{
border-color: #018104;
}
</style>