Shades of Pigment Green #089041
Tints of Pigment Green #089041
RGB
CMYK
RGB Variations
Color information
#089041 (or 0x089041) is known color: Pigment Green. HEX triplet: 08, 90 and 41. RGB value is (8,144,65). Sum of RGB (Red+Green+Blue) = 8+144+65=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #089041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089041 is #F76FBE. Grayscale: #5E5E5E. Windows color (decimal): -16215999 or 4296712. OLE color: 4296712.
HSL color Cylindrical-coordinate representation of color #089041: hue angle of 145.15º 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 #089041 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 65 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.44 |
| HSL | 145.15º | 0.89% | 0.3% | - |
| HSV(B) | 145.15º | 0.94% | 0.56% | - |
| XYZ | 11.03 | 20.38 | 8.35 | - |
| YUV | 94.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 65 | 0.94 | 0 | 0.55 | 0.44 | 145.15 | 0.89 | 0.3 |
| Hex | 8 | 90 | 41 | 5E | 0 | 37 | 2C | 91 | 59 | 1E |
| Octal | 10 | 220 | 101 | 136 | 0 | 67 | 54 | 221 | 131 | 36 |
| Binary | 1000 | 10010000 | 1000001 | 1011110 | 0 | 110111 | 101100 | 10010001 | 1011001 | 11110 |
Color Harmonies of #089041
Complementary color
Monochromatic Colors of #089041
Black with #089041
Text Example
Text Example
White with #089041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089041; }
p { color: rgb(8,144,65); }
H1.HeaderClassName
{
color: #089041;
}
.AnyTagClassName
{
color: #089041;
}
</style>
background-color css
<style>
a { background-color: #089041; }
a { background-color: rgb(8,144,65); }
div.DivClassName
{
background-color: #089041;
}
.BgClassName
{
background-color: #089041;
}
</style>
border-color css
<style>
span { border-color: #089041; }
span { border-color: rgb(8,144,65); }
td.TdClassName
{
border-color: #089041;
}
.TagClassName
{
border-color: #089041;
}
</style>