Shades of Pigment Green #088F49
Tints of Pigment Green #088F49
RGB
CMYK
RGB Variations
Color information
#088F49 (or 0x088F49) is known color: Pigment Green. HEX triplet: 08, 8F and 49. RGB value is (8,143,73). Sum of RGB (Red+Green+Blue) = 8+143+73=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #088F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088F49 is #F770B6. Grayscale: #5E5E5E. Windows color (decimal): -16216247 or 4820744. OLE color: 4820744.
HSL color Cylindrical-coordinate representation of color #088F49: hue angle of 148.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088F49 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 73 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.44 |
| HSL | 148.89º | 0.89% | 0.3% | - |
| HSV(B) | 148.89º | 0.94% | 0.56% | - |
| XYZ | 11.13 | 20.18 | 9.61 | - |
| YUV | 94.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 73 | 0.94 | 0 | 0.49 | 0.44 | 148.89 | 0.89 | 0.3 |
| Hex | 8 | 8F | 49 | 5E | 0 | 31 | 2C | 95 | 59 | 1E |
| Octal | 10 | 217 | 111 | 136 | 0 | 61 | 54 | 225 | 131 | 36 |
| Binary | 1000 | 10001111 | 1001001 | 1011110 | 0 | 110001 | 101100 | 10010101 | 1011001 | 11110 |
Color Harmonies of #088F49
Complementary color
Monochromatic Colors of #088F49
Black with #088F49
Text Example
Text Example
White with #088F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F49; }
p { color: rgb(8,143,73); }
H1.HeaderClassName
{
color: #088F49;
}
.AnyTagClassName
{
color: #088F49;
}
</style>
background-color css
<style>
a { background-color: #088F49; }
a { background-color: rgb(8,143,73); }
div.DivClassName
{
background-color: #088F49;
}
.BgClassName
{
background-color: #088F49;
}
</style>
border-color css
<style>
span { border-color: #088F49; }
span { border-color: rgb(8,143,73); }
td.TdClassName
{
border-color: #088F49;
}
.TagClassName
{
border-color: #088F49;
}
</style>