Shades of Green #008402
Tints of Green #008402
RGB
CMYK
RGB Variations
Color information
#008402 (or 0x008402) is known color: Green. HEX triplet: 00, 84 and 02. RGB value is (0,132,2). Sum of RGB (Red+Green+Blue) = 0+132+2=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 132 (51.95% from 255 or 98.51% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 132 - color contains mainly: green. Hex color #008402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008402 is #FF7BFD. Grayscale: #4E4E4E. Windows color (decimal): -16743422 or 164864. OLE color: 164864.
HSL color Cylindrical-coordinate representation of color #008402: hue angle of 120.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008402 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.48 |
| HSL | 120.91º | 1% | 0.26% | - |
| HSV(B) | 120.91º | 1% | 0.52% | - |
| XYZ | 8.26 | 16.51 | 2.81 | - |
| YUV | 77.71 | 85.27 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 2 | 1 | 0 | 0.98 | 0.48 | 120.91 | 1 | 0.26 |
| Hex | 0 | 84 | 2 | 64 | 0 | 62 | 30 | 79 | 64 | 1A |
| Octal | 0 | 204 | 2 | 144 | 0 | 142 | 60 | 171 | 144 | 32 |
| Binary | 0 | 10000100 | 10 | 1100100 | 0 | 1100010 | 110000 | 1111001 | 1100100 | 11010 |
Color Harmonies of #008402
Complementary color
Monochromatic Colors of #008402
Black with #008402
Text Example
Text Example
White with #008402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008402; }
p { color: rgb(0,132,2); }
H1.HeaderClassName
{
color: #008402;
}
.AnyTagClassName
{
color: #008402;
}
</style>
background-color css
<style>
a { background-color: #008402; }
a { background-color: rgb(0,132,2); }
div.DivClassName
{
background-color: #008402;
}
.BgClassName
{
background-color: #008402;
}
</style>
border-color css
<style>
span { border-color: #008402; }
span { border-color: rgb(0,132,2); }
td.TdClassName
{
border-color: #008402;
}
.TagClassName
{
border-color: #008402;
}
</style>