Shades of Green #008201
Tints of Green #008201
RGB
CMYK
RGB Variations
Color information
#008201 (or 0x008201) is known color: Green. HEX triplet: 00, 82 and 01. RGB value is (0,130,1). Sum of RGB (Red+Green+Blue) = 0+130+1=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 130 (51.17% from 255 or 99.24% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 130 - color contains mainly: green. Hex color #008201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008201 is #FF7DFE. Grayscale: #4C4C4C. Windows color (decimal): -16743935 or 98816. OLE color: 98816.
HSL color Cylindrical-coordinate representation of color #008201: hue angle of 120.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008201 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.49 |
| HSL | 120.46º | 1% | 0.25% | - |
| HSV(B) | 120.46º | 1% | 0.51% | - |
| XYZ | 7.99 | 15.97 | 2.69 | - |
| YUV | 76.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 1 | 1 | 0 | 0.99 | 0.49 | 120.46 | 1 | 0.25 |
| Hex | 0 | 82 | 1 | 64 | 0 | 63 | 31 | 78 | 64 | 19 |
| Octal | 0 | 202 | 1 | 144 | 0 | 143 | 61 | 170 | 144 | 31 |
| Binary | 0 | 10000010 | 1 | 1100100 | 0 | 1100011 | 110001 | 1111000 | 1100100 | 11001 |
Color Harmonies of #008201
Complementary color
Monochromatic Colors of #008201
Black with #008201
Text Example
Text Example
White with #008201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008201; }
p { color: rgb(0,130,1); }
H1.HeaderClassName
{
color: #008201;
}
.AnyTagClassName
{
color: #008201;
}
</style>
background-color css
<style>
a { background-color: #008201; }
a { background-color: rgb(0,130,1); }
div.DivClassName
{
background-color: #008201;
}
.BgClassName
{
background-color: #008201;
}
</style>
border-color css
<style>
span { border-color: #008201; }
span { border-color: rgb(0,130,1); }
td.TdClassName
{
border-color: #008201;
}
.TagClassName
{
border-color: #008201;
}
</style>