Shades of Green #018403
Tints of Green #018403
RGB
CMYK
RGB Variations
Color information
#018403 (or 0x018403) is known color: Green. HEX triplet: 01, 84 and 03. RGB value is (1,132,3). Sum of RGB (Red+Green+Blue) = 1+132+3=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 132 (51.95% from 255 or 97.06% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 132 - color contains mainly: green. Hex color #018403 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018403 is #FE7BFC. Grayscale: #4E4E4E. Windows color (decimal): -16677885 or 230401. OLE color: 230401.
HSL color Cylindrical-coordinate representation of color #018403: hue angle of 120.92º 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 #018403 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 3 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.48 |
| HSL | 120.92º | 0.98% | 0.26% | - |
| HSV(B) | 120.92º | 0.99% | 0.52% | - |
| XYZ | 8.28 | 16.52 | 2.84 | - |
| YUV | 78.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 3 | 0.99 | 0 | 0.98 | 0.48 | 120.92 | 0.98 | 0.26 |
| Hex | 1 | 84 | 3 | 63 | 0 | 62 | 30 | 79 | 62 | 1A |
| Octal | 1 | 204 | 3 | 143 | 0 | 142 | 60 | 171 | 142 | 32 |
| Binary | 1 | 10000100 | 11 | 1100011 | 0 | 1100010 | 110000 | 1111001 | 1100010 | 11010 |
Color Harmonies of #018403
Complementary color
Monochromatic Colors of #018403
Black with #018403
Text Example
Text Example
White with #018403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018403; }
p { color: rgb(1,132,3); }
H1.HeaderClassName
{
color: #018403;
}
.AnyTagClassName
{
color: #018403;
}
</style>
background-color css
<style>
a { background-color: #018403; }
a { background-color: rgb(1,132,3); }
div.DivClassName
{
background-color: #018403;
}
.BgClassName
{
background-color: #018403;
}
</style>
border-color css
<style>
span { border-color: #018403; }
span { border-color: rgb(1,132,3); }
td.TdClassName
{
border-color: #018403;
}
.TagClassName
{
border-color: #018403;
}
</style>