Shades of Green #088519
Tints of Green #088519
RGB
CMYK
RGB Variations
Color information
#088519 (or 0x088519) is known color: Green. HEX triplet: 08, 85 and 19. RGB value is (8,133,25). Sum of RGB (Red+Green+Blue) = 8+133+25=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #088519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088519 is #F77AE6. Grayscale: #535353. Windows color (decimal): -16218855 or 1672456. OLE color: 1672456.
HSL color Cylindrical-coordinate representation of color #088519: hue angle of 128.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088519 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 25 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.48 |
| HSL | 128.16º | 0.89% | 0.28% | - |
| HSV(B) | 128.16º | 0.94% | 0.52% | - |
| XYZ | 8.66 | 16.9 | 3.72 | - |
| YUV | 83.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 25 | 0.94 | 0 | 0.81 | 0.48 | 128.16 | 0.89 | 0.28 |
| Hex | 8 | 85 | 19 | 5E | 0 | 51 | 30 | 80 | 59 | 1C |
| Octal | 10 | 205 | 31 | 136 | 0 | 121 | 60 | 200 | 131 | 34 |
| Binary | 1000 | 10000101 | 11001 | 1011110 | 0 | 1010001 | 110000 | 10000000 | 1011001 | 11100 |
Color Harmonies of #088519
Complementary color
Monochromatic Colors of #088519
Black with #088519
Text Example
Text Example
White with #088519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088519; }
p { color: rgb(8,133,25); }
H1.HeaderClassName
{
color: #088519;
}
.AnyTagClassName
{
color: #088519;
}
</style>
background-color css
<style>
a { background-color: #088519; }
a { background-color: rgb(8,133,25); }
div.DivClassName
{
background-color: #088519;
}
.BgClassName
{
background-color: #088519;
}
</style>
border-color css
<style>
span { border-color: #088519; }
span { border-color: rgb(8,133,25); }
td.TdClassName
{
border-color: #088519;
}
.TagClassName
{
border-color: #088519;
}
</style>