Shades of Pigment Green #008F30
Tints of Pigment Green #008F30
RGB
CMYK
RGB Variations
Color information
#008F30 (or 0x008F30) is known color: Pigment Green. HEX triplet: 00, 8F and 30. RGB value is (0,143,48). Sum of RGB (Red+Green+Blue) = 0+143+48=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 143 (56.25% from 255 or 74.87% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 143 - color contains mainly: green. Hex color #008F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F30 is #FF70CF. Grayscale: #595959. Windows color (decimal): -16740560 or 3182336. OLE color: 3182336.
HSL color Cylindrical-coordinate representation of color #008F30: hue angle of 140.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F30 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 48 | - |
| CMYK | 1 | 0 | 0.66 | 0.44 |
| HSL | 140.14º | 1% | 0.28% | - |
| HSV(B) | 140.14º | 1% | 0.56% | - |
| XYZ | 10.36 | 19.86 | 6.08 | - |
| YUV | 89.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 48 | 1 | 0 | 0.66 | 0.44 | 140.14 | 1 | 0.28 |
| Hex | 0 | 8F | 30 | 64 | 0 | 42 | 2C | 8C | 64 | 1C |
| Octal | 0 | 217 | 60 | 144 | 0 | 102 | 54 | 214 | 144 | 34 |
| Binary | 0 | 10001111 | 110000 | 1100100 | 0 | 1000010 | 101100 | 10001100 | 1100100 | 11100 |
Color Harmonies of #008F30
Complementary color
Monochromatic Colors of #008F30
Black with #008F30
Text Example
Text Example
White with #008F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F30; }
p { color: rgb(0,143,48); }
H1.HeaderClassName
{
color: #008F30;
}
.AnyTagClassName
{
color: #008F30;
}
</style>
background-color css
<style>
a { background-color: #008F30; }
a { background-color: rgb(0,143,48); }
div.DivClassName
{
background-color: #008F30;
}
.BgClassName
{
background-color: #008F30;
}
</style>
border-color css
<style>
span { border-color: #008F30; }
span { border-color: rgb(0,143,48); }
td.TdClassName
{
border-color: #008F30;
}
.TagClassName
{
border-color: #008F30;
}
</style>