Shades of Green #008401
Tints of Green #008401
RGB
CMYK
RGB Variations
Color information
#008401 (or 0x008401) is known color: Green. HEX triplet: 00, 84 and 01. RGB value is (0,132,1). Sum of RGB (Red+Green+Blue) = 0+132+1=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 132 (51.95% from 255 or 99.25% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 132 - color contains mainly: green. Hex color #008401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008401 is #FF7BFE. Grayscale: #4D4D4D. Windows color (decimal): -16743423 or 99328. OLE color: 99328.
HSL color Cylindrical-coordinate representation of color #008401: hue angle of 120.45º 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 #008401 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.48 |
| HSL | 120.45º | 1% | 0.26% | - |
| HSV(B) | 120.45º | 1% | 0.52% | - |
| XYZ | 8.26 | 16.5 | 2.78 | - |
| YUV | 77.6 | 84.77 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 1 | 1 | 0 | 0.99 | 0.48 | 120.45 | 1 | 0.26 |
| Hex | 0 | 84 | 1 | 64 | 0 | 63 | 30 | 78 | 64 | 1A |
| Octal | 0 | 204 | 1 | 144 | 0 | 143 | 60 | 170 | 144 | 32 |
| Binary | 0 | 10000100 | 1 | 1100100 | 0 | 1100011 | 110000 | 1111000 | 1100100 | 11010 |
Color Harmonies of #008401
Complementary color
Monochromatic Colors of #008401
Black with #008401
Text Example
Text Example
White with #008401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008401; }
p { color: rgb(0,132,1); }
H1.HeaderClassName
{
color: #008401;
}
.AnyTagClassName
{
color: #008401;
}
</style>
background-color css
<style>
a { background-color: #008401; }
a { background-color: rgb(0,132,1); }
div.DivClassName
{
background-color: #008401;
}
.BgClassName
{
background-color: #008401;
}
</style>
border-color css
<style>
span { border-color: #008401; }
span { border-color: rgb(0,132,1); }
td.TdClassName
{
border-color: #008401;
}
.TagClassName
{
border-color: #008401;
}
</style>