Shades of Green #008001
Tints of Green #008001
RGB
CMYK
RGB Variations
Color information
#008001 (or 0x008001) is known color: Green. HEX triplet: 00, 80 and 01. RGB value is (0,128,1). Sum of RGB (Red+Green+Blue) = 0+128+1=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 128 (50.39% from 255 or 99.22% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 128 - color contains mainly: green. Hex color #008001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008001 is #FF7FFE. Grayscale: #4B4B4B. Windows color (decimal): -16744447 or 98304. OLE color: 98304.
HSL color Cylindrical-coordinate representation of color #008001: hue angle of 120.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008001 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.50 |
| HSL | 120.47º | 1% | 0.25% | - |
| HSV(B) | 120.47º | 1% | 0.5% | - |
| XYZ | 7.72 | 15.44 | 2.6 | - |
| YUV | 75.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 1 | 1 | 0 | 0.99 | 0.50 | 120.47 | 1 | 0.25 |
| Hex | 0 | 80 | 1 | 64 | 0 | 63 | 32 | 78 | 64 | 19 |
| Octal | 0 | 200 | 1 | 144 | 0 | 143 | 62 | 170 | 144 | 31 |
| Binary | 0 | 10000000 | 1 | 1100100 | 0 | 1100011 | 110010 | 1111000 | 1100100 | 11001 |
Color Harmonies of #008001
Complementary color
Monochromatic Colors of #008001
Black with #008001
Text Example
Text Example
White with #008001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008001; }
p { color: rgb(0,128,1); }
H1.HeaderClassName
{
color: #008001;
}
.AnyTagClassName
{
color: #008001;
}
</style>
background-color css
<style>
a { background-color: #008001; }
a { background-color: rgb(0,128,1); }
div.DivClassName
{
background-color: #008001;
}
.BgClassName
{
background-color: #008001;
}
</style>
border-color css
<style>
span { border-color: #008001; }
span { border-color: rgb(0,128,1); }
td.TdClassName
{
border-color: #008001;
}
.TagClassName
{
border-color: #008001;
}
</style>