Shades of Green #008305
Tints of Green #008305
RGB
CMYK
RGB Variations
Color information
#008305 (or 0x008305) is known color: Green. HEX triplet: 00, 83 and 05. RGB value is (0,131,5). Sum of RGB (Red+Green+Blue) = 0+131+5=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 131 (51.56% from 255 or 96.32% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 131 - color contains mainly: green. Hex color #008305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008305 is #FF7CFA. Grayscale: #4D4D4D. Windows color (decimal): -16743675 or 361216. OLE color: 361216.
HSL color Cylindrical-coordinate representation of color #008305: hue angle of 122.29º 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 #008305 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.49 |
| HSL | 122.29º | 1% | 0.26% | - |
| HSV(B) | 122.29º | 1% | 0.51% | - |
| XYZ | 8.14 | 16.24 | 2.85 | - |
| YUV | 77.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 5 | 1 | 0 | 0.96 | 0.49 | 122.29 | 1 | 0.26 |
| Hex | 0 | 83 | 5 | 64 | 0 | 60 | 31 | 7A | 64 | 1A |
| Octal | 0 | 203 | 5 | 144 | 0 | 140 | 61 | 172 | 144 | 32 |
| Binary | 0 | 10000011 | 101 | 1100100 | 0 | 1100000 | 110001 | 1111010 | 1100100 | 11010 |
Color Harmonies of #008305
Complementary color
Monochromatic Colors of #008305
Black with #008305
Text Example
Text Example
White with #008305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008305; }
p { color: rgb(0,131,5); }
H1.HeaderClassName
{
color: #008305;
}
.AnyTagClassName
{
color: #008305;
}
</style>
background-color css
<style>
a { background-color: #008305; }
a { background-color: rgb(0,131,5); }
div.DivClassName
{
background-color: #008305;
}
.BgClassName
{
background-color: #008305;
}
</style>
border-color css
<style>
span { border-color: #008305; }
span { border-color: rgb(0,131,5); }
td.TdClassName
{
border-color: #008305;
}
.TagClassName
{
border-color: #008305;
}
</style>