Shades of Green #088315
Tints of Green #088315
RGB
CMYK
RGB Variations
Color information
#088315 (or 0x088315) is known color: Green. HEX triplet: 08, 83 and 15. RGB value is (8,131,21). Sum of RGB (Red+Green+Blue) = 8+131+21=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #088315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088315 is #F77CEA. Grayscale: #525252. Windows color (decimal): -16219371 or 1409800. OLE color: 1409800.
HSL color Cylindrical-coordinate representation of color #088315: hue angle of 126.34º 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 #088315 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 21 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.49 |
| HSL | 126.34º | 0.88% | 0.27% | - |
| HSV(B) | 126.34º | 0.94% | 0.51% | - |
| XYZ | 8.35 | 16.34 | 3.42 | - |
| YUV | 81.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 21 | 0.94 | 0 | 0.84 | 0.49 | 126.34 | 0.88 | 0.27 |
| Hex | 8 | 83 | 15 | 5E | 0 | 54 | 31 | 7E | 58 | 1B |
| Octal | 10 | 203 | 25 | 136 | 0 | 124 | 61 | 176 | 130 | 33 |
| Binary | 1000 | 10000011 | 10101 | 1011110 | 0 | 1010100 | 110001 | 1111110 | 1011000 | 11011 |
Color Harmonies of #088315
Complementary color
Monochromatic Colors of #088315
Black with #088315
Text Example
Text Example
White with #088315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088315; }
p { color: rgb(8,131,21); }
H1.HeaderClassName
{
color: #088315;
}
.AnyTagClassName
{
color: #088315;
}
</style>
background-color css
<style>
a { background-color: #088315; }
a { background-color: rgb(8,131,21); }
div.DivClassName
{
background-color: #088315;
}
.BgClassName
{
background-color: #088315;
}
</style>
border-color css
<style>
span { border-color: #088315; }
span { border-color: rgb(8,131,21); }
td.TdClassName
{
border-color: #088315;
}
.TagClassName
{
border-color: #088315;
}
</style>