Shades of Pigment Green #089441
Tints of Pigment Green #089441
RGB
CMYK
RGB Variations
Color information
#089441 (or 0x089441) is known color: Pigment Green. HEX triplet: 08, 94 and 41. RGB value is (8,148,65). Sum of RGB (Red+Green+Blue) = 8+148+65=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #089441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089441 is #F76BBE. Grayscale: #606060. Windows color (decimal): -16214975 or 4297736. OLE color: 4297736.
HSL color Cylindrical-coordinate representation of color #089441: hue angle of 144.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089441 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 65 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.42 |
| HSL | 144.43º | 0.9% | 0.31% | - |
| HSV(B) | 144.43º | 0.95% | 0.58% | - |
| XYZ | 11.64 | 21.61 | 8.56 | - |
| YUV | 96.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 65 | 0.95 | 0 | 0.56 | 0.42 | 144.43 | 0.9 | 0.31 |
| Hex | 8 | 94 | 41 | 5F | 0 | 38 | 2A | 90 | 5A | 1F |
| Octal | 10 | 224 | 101 | 137 | 0 | 70 | 52 | 220 | 132 | 37 |
| Binary | 1000 | 10010100 | 1000001 | 1011111 | 0 | 111000 | 101010 | 10010000 | 1011010 | 11111 |
Color Harmonies of #089441
Complementary color
Monochromatic Colors of #089441
Black with #089441
Text Example
Text Example
White with #089441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089441; }
p { color: rgb(8,148,65); }
H1.HeaderClassName
{
color: #089441;
}
.AnyTagClassName
{
color: #089441;
}
</style>
background-color css
<style>
a { background-color: #089441; }
a { background-color: rgb(8,148,65); }
div.DivClassName
{
background-color: #089441;
}
.BgClassName
{
background-color: #089441;
}
</style>
border-color css
<style>
span { border-color: #089441; }
span { border-color: rgb(8,148,65); }
td.TdClassName
{
border-color: #089441;
}
.TagClassName
{
border-color: #089441;
}
</style>