Shades of Green #008500
Tints of Green #008500
RGB
CMYK
RGB Variations
Color information
#008500 (or 0x008500) is known color: Green. HEX triplet: 00, 85 and 00. RGB value is (0,133,0). Sum of RGB (Red+Green+Blue) = 0+133+0=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 133 (52.34% from 255 or 100% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 133 - color contains mainly: green. Hex color #008500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008500 is #FF7AFF. Grayscale: #4E4E4E. Windows color (decimal): -16743168 or 34048. OLE color: 34048.
HSL color Cylindrical-coordinate representation of color #008500: hue angle of 120º 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 #008500 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.48 |
| HSL | 120º | 1% | 0.26% | - |
| HSV(B) | 120º | 1% | 0.52% | - |
| XYZ | 8.39 | 16.78 | 2.8 | - |
| YUV | 78.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 0 | 1 | 0 | 1 | 0.48 | 120 | 1 | 0.26 |
| Hex | 0 | 85 | 0 | 64 | 0 | 64 | 30 | 78 | 64 | 1A |
| Octal | 0 | 205 | 0 | 144 | 0 | 144 | 60 | 170 | 144 | 32 |
| Binary | 0 | 10000101 | 0 | 1100100 | 0 | 1100100 | 110000 | 1111000 | 1100100 | 11010 |
Color Harmonies of #008500
Complementary color
Monochromatic Colors of #008500
Black with #008500
Text Example
Text Example
White with #008500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008500; }
p { color: rgb(0,133,0); }
H1.HeaderClassName
{
color: #008500;
}
.AnyTagClassName
{
color: #008500;
}
</style>
background-color css
<style>
a { background-color: #008500; }
a { background-color: rgb(0,133,0); }
div.DivClassName
{
background-color: #008500;
}
.BgClassName
{
background-color: #008500;
}
</style>
border-color css
<style>
span { border-color: #008500; }
span { border-color: rgb(0,133,0); }
td.TdClassName
{
border-color: #008500;
}
.TagClassName
{
border-color: #008500;
}
</style>