Shades of Green #018004
Tints of Green #018004
RGB
CMYK
RGB Variations
Color information
#018004 (or 0x018004) is known color: Green. HEX triplet: 01, 80 and 04. RGB value is (1,128,4). Sum of RGB (Red+Green+Blue) = 1+128+4=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 128 (50.39% from 255 or 96.24% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 128 - color contains mainly: green. Hex color #018004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018004 is #FE7FFB. Grayscale: #4C4C4C. Windows color (decimal): -16678908 or 294913. OLE color: 294913.
HSL color Cylindrical-coordinate representation of color #018004: hue angle of 121.42º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018004 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 4 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.50 |
| HSL | 121.42º | 0.98% | 0.25% | - |
| HSV(B) | 121.42º | 0.99% | 0.5% | - |
| XYZ | 7.75 | 15.45 | 2.69 | - |
| YUV | 75.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 4 | 0.99 | 0 | 0.97 | 0.50 | 121.42 | 0.98 | 0.25 |
| Hex | 1 | 80 | 4 | 63 | 0 | 61 | 32 | 79 | 62 | 19 |
| Octal | 1 | 200 | 4 | 143 | 0 | 141 | 62 | 171 | 142 | 31 |
| Binary | 1 | 10000000 | 100 | 1100011 | 0 | 1100001 | 110010 | 1111001 | 1100010 | 11001 |
Color Harmonies of #018004
Complementary color
Monochromatic Colors of #018004
Black with #018004
Text Example
Text Example
White with #018004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018004; }
p { color: rgb(1,128,4); }
H1.HeaderClassName
{
color: #018004;
}
.AnyTagClassName
{
color: #018004;
}
</style>
background-color css
<style>
a { background-color: #018004; }
a { background-color: rgb(1,128,4); }
div.DivClassName
{
background-color: #018004;
}
.BgClassName
{
background-color: #018004;
}
</style>
border-color css
<style>
span { border-color: #018004; }
span { border-color: rgb(1,128,4); }
td.TdClassName
{
border-color: #018004;
}
.TagClassName
{
border-color: #018004;
}
</style>