Shades of Pigment Green #089541
Tints of Pigment Green #089541
RGB
CMYK
RGB Variations
Color information
#089541 (or 0x089541) is known color: Pigment Green. HEX triplet: 08, 95 and 41. RGB value is (8,149,65). Sum of RGB (Red+Green+Blue) = 8+149+65=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #089541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089541 is #F76ABE. Grayscale: #616161. Windows color (decimal): -16214719 or 4297992. OLE color: 4297992.
HSL color Cylindrical-coordinate representation of color #089541: hue angle of 144.26º 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 #089541 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 65 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.42 |
| HSL | 144.26º | 0.9% | 0.31% | - |
| HSV(B) | 144.26º | 0.95% | 0.58% | - |
| XYZ | 11.8 | 21.93 | 8.61 | - |
| YUV | 97.27 | 109.79 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 65 | 0.95 | 0 | 0.56 | 0.42 | 144.26 | 0.9 | 0.31 |
| Hex | 8 | 95 | 41 | 5F | 0 | 38 | 2A | 90 | 5A | 1F |
| Octal | 10 | 225 | 101 | 137 | 0 | 70 | 52 | 220 | 132 | 37 |
| Binary | 1000 | 10010101 | 1000001 | 1011111 | 0 | 111000 | 101010 | 10010000 | 1011010 | 11111 |
Color Harmonies of #089541
Complementary color
Monochromatic Colors of #089541
Black with #089541
Text Example
Text Example
White with #089541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089541; }
p { color: rgb(8,149,65); }
H1.HeaderClassName
{
color: #089541;
}
.AnyTagClassName
{
color: #089541;
}
</style>
background-color css
<style>
a { background-color: #089541; }
a { background-color: rgb(8,149,65); }
div.DivClassName
{
background-color: #089541;
}
.BgClassName
{
background-color: #089541;
}
</style>
border-color css
<style>
span { border-color: #089541; }
span { border-color: rgb(8,149,65); }
td.TdClassName
{
border-color: #089541;
}
.TagClassName
{
border-color: #089541;
}
</style>