Shades of Green #088313
Tints of Green #088313
RGB
CMYK
RGB Variations
Color information
#088313 (or 0x088313) is known color: Green. HEX triplet: 08, 83 and 13. RGB value is (8,131,19). Sum of RGB (Red+Green+Blue) = 8+131+19=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #088313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088313 is #F77CEC. Grayscale: #515151. Windows color (decimal): -16219373 or 1278728. OLE color: 1278728.
HSL color Cylindrical-coordinate representation of color #088313: hue angle of 125.37º 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 #088313 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 19 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.49 |
| HSL | 125.37º | 0.88% | 0.27% | - |
| HSV(B) | 125.37º | 0.94% | 0.51% | - |
| XYZ | 8.33 | 16.33 | 3.33 | - |
| YUV | 81.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 19 | 0.94 | 0 | 0.85 | 0.49 | 125.37 | 0.88 | 0.27 |
| Hex | 8 | 83 | 13 | 5E | 0 | 55 | 31 | 7D | 58 | 1B |
| Octal | 10 | 203 | 23 | 136 | 0 | 125 | 61 | 175 | 130 | 33 |
| Binary | 1000 | 10000011 | 10011 | 1011110 | 0 | 1010101 | 110001 | 1111101 | 1011000 | 11011 |
Color Harmonies of #088313
Complementary color
Monochromatic Colors of #088313
Black with #088313
Text Example
Text Example
White with #088313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088313; }
p { color: rgb(8,131,19); }
H1.HeaderClassName
{
color: #088313;
}
.AnyTagClassName
{
color: #088313;
}
</style>
background-color css
<style>
a { background-color: #088313; }
a { background-color: rgb(8,131,19); }
div.DivClassName
{
background-color: #088313;
}
.BgClassName
{
background-color: #088313;
}
</style>
border-color css
<style>
span { border-color: #088313; }
span { border-color: rgb(8,131,19); }
td.TdClassName
{
border-color: #088313;
}
.TagClassName
{
border-color: #088313;
}
</style>