Shades of Green #018402
Tints of Green #018402
RGB
CMYK
RGB Variations
Color information
#018402 (or 0x018402) is known color: Green. HEX triplet: 01, 84 and 02. RGB value is (1,132,2). Sum of RGB (Red+Green+Blue) = 1+132+2=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 132 (51.95% from 255 or 97.78% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 132 - color contains mainly: green. Hex color #018402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018402 is #FE7BFD. Grayscale: #4E4E4E. Windows color (decimal): -16677886 or 164865. OLE color: 164865.
HSL color Cylindrical-coordinate representation of color #018402: hue angle of 120.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018402 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.48 |
| HSL | 120.46º | 0.98% | 0.26% | - |
| HSV(B) | 120.46º | 0.99% | 0.52% | - |
| XYZ | 8.27 | 16.51 | 2.81 | - |
| YUV | 78.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 2 | 0.99 | 0 | 0.98 | 0.48 | 120.46 | 0.98 | 0.26 |
| Hex | 1 | 84 | 2 | 63 | 0 | 62 | 30 | 78 | 62 | 1A |
| Octal | 1 | 204 | 2 | 143 | 0 | 142 | 60 | 170 | 142 | 32 |
| Binary | 1 | 10000100 | 10 | 1100011 | 0 | 1100010 | 110000 | 1111000 | 1100010 | 11010 |
Color Harmonies of #018402
Complementary color
Monochromatic Colors of #018402
Black with #018402
Text Example
Text Example
White with #018402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018402; }
p { color: rgb(1,132,2); }
H1.HeaderClassName
{
color: #018402;
}
.AnyTagClassName
{
color: #018402;
}
</style>
background-color css
<style>
a { background-color: #018402; }
a { background-color: rgb(1,132,2); }
div.DivClassName
{
background-color: #018402;
}
.BgClassName
{
background-color: #018402;
}
</style>
border-color css
<style>
span { border-color: #018402; }
span { border-color: rgb(1,132,2); }
td.TdClassName
{
border-color: #018402;
}
.TagClassName
{
border-color: #018402;
}
</style>