Shades of Green #088304
Tints of Green #088304
RGB
CMYK
RGB Variations
Color information
#088304 (or 0x088304) is known color: Green. HEX triplet: 08, 83 and 04. RGB value is (8,131,4). Sum of RGB (Red+Green+Blue) = 8+131+4=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 131 (51.56% from 255 or 91.61% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 131 - color contains mainly: green. Hex color #088304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088304 is #F77CFB. Grayscale: #505050. Windows color (decimal): -16219388 or 295688. OLE color: 295688.
HSL color Cylindrical-coordinate representation of color #088304: hue angle of 118.11º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088304 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 4 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.49 |
| HSL | 118.11º | 0.94% | 0.26% | - |
| HSV(B) | 118.11º | 0.97% | 0.51% | - |
| XYZ | 8.24 | 16.29 | 2.83 | - |
| YUV | 79.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 4 | 0.94 | 0 | 0.97 | 0.49 | 118.11 | 0.94 | 0.26 |
| Hex | 8 | 83 | 4 | 5E | 0 | 61 | 31 | 76 | 5E | 1A |
| Octal | 10 | 203 | 4 | 136 | 0 | 141 | 61 | 166 | 136 | 32 |
| Binary | 1000 | 10000011 | 100 | 1011110 | 0 | 1100001 | 110001 | 1110110 | 1011110 | 11010 |
Color Harmonies of #088304
Complementary color
Monochromatic Colors of #088304
Black with #088304
Text Example
Text Example
White with #088304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088304; }
p { color: rgb(8,131,4); }
H1.HeaderClassName
{
color: #088304;
}
.AnyTagClassName
{
color: #088304;
}
</style>
background-color css
<style>
a { background-color: #088304; }
a { background-color: rgb(8,131,4); }
div.DivClassName
{
background-color: #088304;
}
.BgClassName
{
background-color: #088304;
}
</style>
border-color css
<style>
span { border-color: #088304; }
span { border-color: rgb(8,131,4); }
td.TdClassName
{
border-color: #088304;
}
.TagClassName
{
border-color: #088304;
}
</style>