Shades of Green #088119
Tints of Green #088119
RGB
CMYK
RGB Variations
Color information
#088119 (or 0x088119) is known color: Green. HEX triplet: 08, 81 and 19. RGB value is (8,129,25). Sum of RGB (Red+Green+Blue) = 8+129+25=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #088119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088119 is #F77EE6. Grayscale: #515151. Windows color (decimal): -16219879 or 1671432. OLE color: 1671432.
HSL color Cylindrical-coordinate representation of color #088119: hue angle of 128.43º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088119 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 25 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.49 |
| HSL | 128.43º | 0.88% | 0.27% | - |
| HSV(B) | 128.43º | 0.94% | 0.51% | - |
| XYZ | 8.13 | 15.82 | 3.55 | - |
| YUV | 80.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 25 | 0.94 | 0 | 0.81 | 0.49 | 128.43 | 0.88 | 0.27 |
| Hex | 8 | 81 | 19 | 5E | 0 | 51 | 31 | 80 | 58 | 1B |
| Octal | 10 | 201 | 31 | 136 | 0 | 121 | 61 | 200 | 130 | 33 |
| Binary | 1000 | 10000001 | 11001 | 1011110 | 0 | 1010001 | 110001 | 10000000 | 1011000 | 11011 |
Color Harmonies of #088119
Complementary color
Monochromatic Colors of #088119
Black with #088119
Text Example
Text Example
White with #088119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088119; }
p { color: rgb(8,129,25); }
H1.HeaderClassName
{
color: #088119;
}
.AnyTagClassName
{
color: #088119;
}
</style>
background-color css
<style>
a { background-color: #088119; }
a { background-color: rgb(8,129,25); }
div.DivClassName
{
background-color: #088119;
}
.BgClassName
{
background-color: #088119;
}
</style>
border-color css
<style>
span { border-color: #088119; }
span { border-color: rgb(8,129,25); }
td.TdClassName
{
border-color: #088119;
}
.TagClassName
{
border-color: #088119;
}
</style>