Shades of Green #088218
Tints of Green #088218
RGB
CMYK
RGB Variations
Color information
#088218 (or 0x088218) is known color: Green. HEX triplet: 08, 82 and 18. RGB value is (8,130,24). Sum of RGB (Red+Green+Blue) = 8+130+24=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #088218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088218 is #F77DE7. Grayscale: #515151. Windows color (decimal): -16219624 or 1606152. OLE color: 1606152.
HSL color Cylindrical-coordinate representation of color #088218: hue angle of 127.87º 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 #088218 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 24 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.49 |
| HSL | 127.87º | 0.88% | 0.27% | - |
| HSV(B) | 127.87º | 0.94% | 0.51% | - |
| XYZ | 8.25 | 16.08 | 3.53 | - |
| YUV | 81.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 24 | 0.94 | 0 | 0.82 | 0.49 | 127.87 | 0.88 | 0.27 |
| Hex | 8 | 82 | 18 | 5E | 0 | 52 | 31 | 80 | 58 | 1B |
| Octal | 10 | 202 | 30 | 136 | 0 | 122 | 61 | 200 | 130 | 33 |
| Binary | 1000 | 10000010 | 11000 | 1011110 | 0 | 1010010 | 110001 | 10000000 | 1011000 | 11011 |
Color Harmonies of #088218
Complementary color
Monochromatic Colors of #088218
Black with #088218
Text Example
Text Example
White with #088218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088218; }
p { color: rgb(8,130,24); }
H1.HeaderClassName
{
color: #088218;
}
.AnyTagClassName
{
color: #088218;
}
</style>
background-color css
<style>
a { background-color: #088218; }
a { background-color: rgb(8,130,24); }
div.DivClassName
{
background-color: #088218;
}
.BgClassName
{
background-color: #088218;
}
</style>
border-color css
<style>
span { border-color: #088218; }
span { border-color: rgb(8,130,24); }
td.TdClassName
{
border-color: #088218;
}
.TagClassName
{
border-color: #088218;
}
</style>