Shades of Green #008005
Tints of Green #008005
RGB
CMYK
RGB Variations
Color information
#008005 (or 0x008005) is known color: Green. HEX triplet: 00, 80 and 05. RGB value is (0,128,5). Sum of RGB (Red+Green+Blue) = 0+128+5=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 128 (50.39% from 255 or 96.24% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 128 - color contains mainly: green. Hex color #008005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008005 is #FF7FFA. Grayscale: #4C4C4C. Windows color (decimal): -16744443 or 360448. OLE color: 360448.
HSL color Cylindrical-coordinate representation of color #008005: hue angle of 122.34º 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 #008005 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.50 |
| HSL | 122.34º | 1% | 0.25% | - |
| HSV(B) | 122.34º | 1% | 0.5% | - |
| XYZ | 7.75 | 15.45 | 2.72 | - |
| YUV | 75.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 5 | 1 | 0 | 0.96 | 0.50 | 122.34 | 1 | 0.25 |
| Hex | 0 | 80 | 5 | 64 | 0 | 60 | 32 | 7A | 64 | 19 |
| Octal | 0 | 200 | 5 | 144 | 0 | 140 | 62 | 172 | 144 | 31 |
| Binary | 0 | 10000000 | 101 | 1100100 | 0 | 1100000 | 110010 | 1111010 | 1100100 | 11001 |
Color Harmonies of #008005
Complementary color
Monochromatic Colors of #008005
Black with #008005
Text Example
Text Example
White with #008005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008005; }
p { color: rgb(0,128,5); }
H1.HeaderClassName
{
color: #008005;
}
.AnyTagClassName
{
color: #008005;
}
</style>
background-color css
<style>
a { background-color: #008005; }
a { background-color: rgb(0,128,5); }
div.DivClassName
{
background-color: #008005;
}
.BgClassName
{
background-color: #008005;
}
</style>
border-color css
<style>
span { border-color: #008005; }
span { border-color: rgb(0,128,5); }
td.TdClassName
{
border-color: #008005;
}
.TagClassName
{
border-color: #008005;
}
</style>