Shades of Green #008311
Tints of Green #008311
RGB
CMYK
RGB Variations
Color information
#008311 (or 0x008311) is known color: Green. HEX triplet: 00, 83 and 11. RGB value is (0,131,17). Sum of RGB (Red+Green+Blue) = 0+131+17=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 131 (51.56% from 255 or 88.51% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 131 - color contains mainly: green. Hex color #008311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008311 is #FF7CEE. Grayscale: #4F4F4F. Windows color (decimal): -16743663 or 1147648. OLE color: 1147648.
HSL color Cylindrical-coordinate representation of color #008311: hue angle of 127.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008311 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 17 | - |
| CMYK | 1 | 0 | 0.87 | 0.49 |
| HSL | 127.79º | 1% | 0.26% | - |
| HSV(B) | 127.79º | 1% | 0.51% | - |
| XYZ | 8.22 | 16.27 | 3.24 | - |
| YUV | 78.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 17 | 1 | 0 | 0.87 | 0.49 | 127.79 | 1 | 0.26 |
| Hex | 0 | 83 | 11 | 64 | 0 | 57 | 31 | 80 | 64 | 1A |
| Octal | 0 | 203 | 21 | 144 | 0 | 127 | 61 | 200 | 144 | 32 |
| Binary | 0 | 10000011 | 10001 | 1100100 | 0 | 1010111 | 110001 | 10000000 | 1100100 | 11010 |
Color Harmonies of #008311
Complementary color
Monochromatic Colors of #008311
Black with #008311
Text Example
Text Example
White with #008311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008311; }
p { color: rgb(0,131,17); }
H1.HeaderClassName
{
color: #008311;
}
.AnyTagClassName
{
color: #008311;
}
</style>
background-color css
<style>
a { background-color: #008311; }
a { background-color: rgb(0,131,17); }
div.DivClassName
{
background-color: #008311;
}
.BgClassName
{
background-color: #008311;
}
</style>
border-color css
<style>
span { border-color: #008311; }
span { border-color: rgb(0,131,17); }
td.TdClassName
{
border-color: #008311;
}
.TagClassName
{
border-color: #008311;
}
</style>