Shades of Green #088002
Tints of Green #088002
RGB
CMYK
RGB Variations
Color information
#088002 (or 0x088002) is known color: Green. HEX triplet: 08, 80 and 02. RGB value is (8,128,2). Sum of RGB (Red+Green+Blue) = 8+128+2=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 128 (50.39% from 255 or 92.75% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 128 - color contains mainly: green. Hex color #088002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088002 is #F77FFD. Grayscale: #4E4E4E. Windows color (decimal): -16220158 or 163848. OLE color: 163848.
HSL color Cylindrical-coordinate representation of color #088002: hue angle of 117.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #088002 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.50 |
| HSL | 117.14º | 0.97% | 0.25% | - |
| HSV(B) | 117.14º | 0.98% | 0.5% | - |
| XYZ | 7.83 | 15.49 | 2.64 | - |
| YUV | 77.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 2 | 0.94 | 0 | 0.98 | 0.50 | 117.14 | 0.97 | 0.25 |
| Hex | 8 | 80 | 2 | 5E | 0 | 62 | 32 | 75 | 61 | 19 |
| Octal | 10 | 200 | 2 | 136 | 0 | 142 | 62 | 165 | 141 | 31 |
| Binary | 1000 | 10000000 | 10 | 1011110 | 0 | 1100010 | 110010 | 1110101 | 1100001 | 11001 |
Color Harmonies of #088002
Complementary color
Monochromatic Colors of #088002
Black with #088002
Text Example
Text Example
White with #088002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088002; }
p { color: rgb(8,128,2); }
H1.HeaderClassName
{
color: #088002;
}
.AnyTagClassName
{
color: #088002;
}
</style>
background-color css
<style>
a { background-color: #088002; }
a { background-color: rgb(8,128,2); }
div.DivClassName
{
background-color: #088002;
}
.BgClassName
{
background-color: #088002;
}
</style>
border-color css
<style>
span { border-color: #088002; }
span { border-color: rgb(8,128,2); }
td.TdClassName
{
border-color: #088002;
}
.TagClassName
{
border-color: #088002;
}
</style>