Shades of Pigment Green #08903C
Tints of Pigment Green #08903C
RGB
CMYK
RGB Variations
Color information
#08903C (or 0x08903C) is known color: Pigment Green. HEX triplet: 08, 90 and 3C. RGB value is (8,144,60). Sum of RGB (Red+Green+Blue) = 8+144+60=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #08903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08903C is #F76FC3. Grayscale: #5D5D5D. Windows color (decimal): -16216004 or 3969032. OLE color: 3969032.
HSL color Cylindrical-coordinate representation of color #08903C: hue angle of 142.94º 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 #08903C is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 60 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.44 |
| HSL | 142.94º | 0.89% | 0.3% | - |
| HSV(B) | 142.94º | 0.94% | 0.56% | - |
| XYZ | 10.89 | 20.32 | 7.62 | - |
| YUV | 93.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 60 | 0.94 | 0 | 0.58 | 0.44 | 142.94 | 0.89 | 0.3 |
| Hex | 8 | 90 | 3C | 5E | 0 | 3A | 2C | 8F | 59 | 1E |
| Octal | 10 | 220 | 74 | 136 | 0 | 72 | 54 | 217 | 131 | 36 |
| Binary | 1000 | 10010000 | 111100 | 1011110 | 0 | 111010 | 101100 | 10001111 | 1011001 | 11110 |
Color Harmonies of #08903C
Complementary color
Monochromatic Colors of #08903C
Black with #08903C
Text Example
Text Example
White with #08903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08903C; }
p { color: rgb(8,144,60); }
H1.HeaderClassName
{
color: #08903C;
}
.AnyTagClassName
{
color: #08903C;
}
</style>
background-color css
<style>
a { background-color: #08903C; }
a { background-color: rgb(8,144,60); }
div.DivClassName
{
background-color: #08903C;
}
.BgClassName
{
background-color: #08903C;
}
</style>
border-color css
<style>
span { border-color: #08903C; }
span { border-color: rgb(8,144,60); }
td.TdClassName
{
border-color: #08903C;
}
.TagClassName
{
border-color: #08903C;
}
</style>