Shades of Green #008308
Tints of Green #008308
RGB
CMYK
RGB Variations
Color information
#008308 (or 0x008308) is known color: Green. HEX triplet: 00, 83 and 08. RGB value is (0,131,8). Sum of RGB (Red+Green+Blue) = 0+131+8=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 131 (51.56% from 255 or 94.24% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 131 - color contains mainly: green. Hex color #008308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008308 is #FF7CF7. Grayscale: #4E4E4E. Windows color (decimal): -16743672 or 557824. OLE color: 557824.
HSL color Cylindrical-coordinate representation of color #008308: hue angle of 123.66º 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 #008308 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 8 | - |
| CMYK | 1 | 0 | 0.94 | 0.49 |
| HSL | 123.66º | 1% | 0.26% | - |
| HSV(B) | 123.66º | 1% | 0.51% | - |
| XYZ | 8.16 | 16.25 | 2.94 | - |
| YUV | 77.81 | 88.6 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 8 | 1 | 0 | 0.94 | 0.49 | 123.66 | 1 | 0.26 |
| Hex | 0 | 83 | 8 | 64 | 0 | 5E | 31 | 7C | 64 | 1A |
| Octal | 0 | 203 | 10 | 144 | 0 | 136 | 61 | 174 | 144 | 32 |
| Binary | 0 | 10000011 | 1000 | 1100100 | 0 | 1011110 | 110001 | 1111100 | 1100100 | 11010 |
Color Harmonies of #008308
Complementary color
Monochromatic Colors of #008308
Black with #008308
Text Example
Text Example
White with #008308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008308; }
p { color: rgb(0,131,8); }
H1.HeaderClassName
{
color: #008308;
}
.AnyTagClassName
{
color: #008308;
}
</style>
background-color css
<style>
a { background-color: #008308; }
a { background-color: rgb(0,131,8); }
div.DivClassName
{
background-color: #008308;
}
.BgClassName
{
background-color: #008308;
}
</style>
border-color css
<style>
span { border-color: #008308; }
span { border-color: rgb(0,131,8); }
td.TdClassName
{
border-color: #008308;
}
.TagClassName
{
border-color: #008308;
}
</style>