Shades of Pigment Green #008F2F
Tints of Pigment Green #008F2F
RGB
CMYK
RGB Variations
Color information
#008F2F (or 0x008F2F) is known color: Pigment Green. HEX triplet: 00, 8F and 2F. RGB value is (0,143,47). Sum of RGB (Red+Green+Blue) = 0+143+47=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #008F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F2F is #FF70D0. Grayscale: #595959. Windows color (decimal): -16740561 or 3116800. OLE color: 3116800.
HSL color Cylindrical-coordinate representation of color #008F2F: hue angle of 139.72º 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 #008F2F is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 47 | - |
| CMYK | 1 | 0 | 0.67 | 0.44 |
| HSL | 139.72º | 1% | 0.28% | - |
| HSV(B) | 139.72º | 1% | 0.56% | - |
| XYZ | 10.34 | 19.85 | 5.98 | - |
| YUV | 89.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 47 | 1 | 0 | 0.67 | 0.44 | 139.72 | 1 | 0.28 |
| Hex | 0 | 8F | 2F | 64 | 0 | 43 | 2C | 8C | 64 | 1C |
| Octal | 0 | 217 | 57 | 144 | 0 | 103 | 54 | 214 | 144 | 34 |
| Binary | 0 | 10001111 | 101111 | 1100100 | 0 | 1000011 | 101100 | 10001100 | 1100100 | 11100 |
Color Harmonies of #008F2F
Complementary color
Monochromatic Colors of #008F2F
Black with #008F2F
Text Example
Text Example
White with #008F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F2F; }
p { color: rgb(0,143,47); }
H1.HeaderClassName
{
color: #008F2F;
}
.AnyTagClassName
{
color: #008F2F;
}
</style>
background-color css
<style>
a { background-color: #008F2F; }
a { background-color: rgb(0,143,47); }
div.DivClassName
{
background-color: #008F2F;
}
.BgClassName
{
background-color: #008F2F;
}
</style>
border-color css
<style>
span { border-color: #008F2F; }
span { border-color: rgb(0,143,47); }
td.TdClassName
{
border-color: #008F2F;
}
.TagClassName
{
border-color: #008F2F;
}
</style>