Shades of Green #008508
Tints of Green #008508
RGB
CMYK
RGB Variations
Color information
#008508 (or 0x008508) is known color: Green. HEX triplet: 00, 85 and 08. RGB value is (0,133,8). Sum of RGB (Red+Green+Blue) = 0+133+8=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #008508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008508 is #FF7AF7. Grayscale: #4F4F4F. Windows color (decimal): -16743160 or 558336. OLE color: 558336.
HSL color Cylindrical-coordinate representation of color #008508: hue angle of 123.61º 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 #008508 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 8 | - |
| CMYK | 1 | 0 | 0.94 | 0.48 |
| HSL | 123.61º | 1% | 0.26% | - |
| HSV(B) | 123.61º | 1% | 0.52% | - |
| XYZ | 8.43 | 16.79 | 3.03 | - |
| YUV | 78.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 8 | 1 | 0 | 0.94 | 0.48 | 123.61 | 1 | 0.26 |
| Hex | 0 | 85 | 8 | 64 | 0 | 5E | 30 | 7C | 64 | 1A |
| Octal | 0 | 205 | 10 | 144 | 0 | 136 | 60 | 174 | 144 | 32 |
| Binary | 0 | 10000101 | 1000 | 1100100 | 0 | 1011110 | 110000 | 1111100 | 1100100 | 11010 |
Color Harmonies of #008508
Complementary color
Monochromatic Colors of #008508
Black with #008508
Text Example
Text Example
White with #008508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008508; }
p { color: rgb(0,133,8); }
H1.HeaderClassName
{
color: #008508;
}
.AnyTagClassName
{
color: #008508;
}
</style>
background-color css
<style>
a { background-color: #008508; }
a { background-color: rgb(0,133,8); }
div.DivClassName
{
background-color: #008508;
}
.BgClassName
{
background-color: #008508;
}
</style>
border-color css
<style>
span { border-color: #008508; }
span { border-color: rgb(0,133,8); }
td.TdClassName
{
border-color: #008508;
}
.TagClassName
{
border-color: #008508;
}
</style>