Shades of Pigment Green #089232
Tints of Pigment Green #089232
RGB
CMYK
RGB Variations
Color information
#089232 (or 0x089232) is known color: Pigment Green. HEX triplet: 08, 92 and 32. RGB value is (8,146,50). Sum of RGB (Red+Green+Blue) = 8+146+50=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #089232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089232 is #F76DCD. Grayscale: #5E5E5E. Windows color (decimal): -16215502 or 3314184. OLE color: 3314184.
HSL color Cylindrical-coordinate representation of color #089232: hue angle of 138.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089232 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 50 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.43 |
| HSL | 138.26º | 0.9% | 0.3% | - |
| HSV(B) | 138.26º | 0.95% | 0.57% | - |
| XYZ | 10.95 | 20.84 | 6.46 | - |
| YUV | 93.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 50 | 0.95 | 0 | 0.66 | 0.43 | 138.26 | 0.9 | 0.3 |
| Hex | 8 | 92 | 32 | 5F | 0 | 42 | 2B | 8A | 5A | 1E |
| Octal | 10 | 222 | 62 | 137 | 0 | 102 | 53 | 212 | 132 | 36 |
| Binary | 1000 | 10010010 | 110010 | 1011111 | 0 | 1000010 | 101011 | 10001010 | 1011010 | 11110 |
Color Harmonies of #089232
Complementary color
Monochromatic Colors of #089232
Black with #089232
Text Example
Text Example
White with #089232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089232; }
p { color: rgb(8,146,50); }
H1.HeaderClassName
{
color: #089232;
}
.AnyTagClassName
{
color: #089232;
}
</style>
background-color css
<style>
a { background-color: #089232; }
a { background-color: rgb(8,146,50); }
div.DivClassName
{
background-color: #089232;
}
.BgClassName
{
background-color: #089232;
}
</style>
border-color css
<style>
span { border-color: #089232; }
span { border-color: rgb(8,146,50); }
td.TdClassName
{
border-color: #089232;
}
.TagClassName
{
border-color: #089232;
}
</style>