Shades of Green #088205
Tints of Green #088205
RGB
CMYK
RGB Variations
Color information
#088205 (or 0x088205) is known color: Green. HEX triplet: 08, 82 and 05. RGB value is (8,130,5). Sum of RGB (Red+Green+Blue) = 8+130+5=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 130 (51.17% from 255 or 90.91% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 130 - color contains mainly: green. Hex color #088205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088205 is #F77DFA. Grayscale: #4F4F4F. Windows color (decimal): -16219643 or 360968. OLE color: 360968.
HSL color Cylindrical-coordinate representation of color #088205: hue angle of 118.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088205 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.49 |
| HSL | 118.56º | 0.93% | 0.26% | - |
| HSV(B) | 118.56º | 0.96% | 0.51% | - |
| XYZ | 8.11 | 16.03 | 2.81 | - |
| YUV | 79.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 5 | 0.94 | 0 | 0.96 | 0.49 | 118.56 | 0.93 | 0.26 |
| Hex | 8 | 82 | 5 | 5E | 0 | 60 | 31 | 77 | 5D | 1A |
| Octal | 10 | 202 | 5 | 136 | 0 | 140 | 61 | 167 | 135 | 32 |
| Binary | 1000 | 10000010 | 101 | 1011110 | 0 | 1100000 | 110001 | 1110111 | 1011101 | 11010 |
Color Harmonies of #088205
Complementary color
Monochromatic Colors of #088205
Black with #088205
Text Example
Text Example
White with #088205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088205; }
p { color: rgb(8,130,5); }
H1.HeaderClassName
{
color: #088205;
}
.AnyTagClassName
{
color: #088205;
}
</style>
background-color css
<style>
a { background-color: #088205; }
a { background-color: rgb(8,130,5); }
div.DivClassName
{
background-color: #088205;
}
.BgClassName
{
background-color: #088205;
}
</style>
border-color css
<style>
span { border-color: #088205; }
span { border-color: rgb(8,130,5); }
td.TdClassName
{
border-color: #088205;
}
.TagClassName
{
border-color: #088205;
}
</style>