Shades of Pigment Green #008E2F
Tints of Pigment Green #008E2F
RGB
CMYK
RGB Variations
Color information
#008E2F (or 0x008E2F) is known color: Pigment Green. HEX triplet: 00, 8E and 2F. RGB value is (0,142,47). Sum of RGB (Red+Green+Blue) = 0+142+47=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 142 (55.86% from 255 or 75.13% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 142 - color contains mainly: green. Hex color #008E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E2F is #FF71D0. Grayscale: #585858. Windows color (decimal): -16740817 or 3116544. OLE color: 3116544.
HSL color Cylindrical-coordinate representation of color #008E2F: hue angle of 139.86º 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 #008E2F is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 47 | - |
| CMYK | 1 | 0 | 0.67 | 0.44 |
| HSL | 139.86º | 1% | 0.28% | - |
| HSV(B) | 139.86º | 1% | 0.56% | - |
| XYZ | 10.19 | 19.55 | 5.93 | - |
| YUV | 88.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 47 | 1 | 0 | 0.67 | 0.44 | 139.86 | 1 | 0.28 |
| Hex | 0 | 8E | 2F | 64 | 0 | 43 | 2C | 8C | 64 | 1C |
| Octal | 0 | 216 | 57 | 144 | 0 | 103 | 54 | 214 | 144 | 34 |
| Binary | 0 | 10001110 | 101111 | 1100100 | 0 | 1000011 | 101100 | 10001100 | 1100100 | 11100 |
Color Harmonies of #008E2F
Complementary color
Monochromatic Colors of #008E2F
Black with #008E2F
Text Example
Text Example
White with #008E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E2F; }
p { color: rgb(0,142,47); }
H1.HeaderClassName
{
color: #008E2F;
}
.AnyTagClassName
{
color: #008E2F;
}
</style>
background-color css
<style>
a { background-color: #008E2F; }
a { background-color: rgb(0,142,47); }
div.DivClassName
{
background-color: #008E2F;
}
.BgClassName
{
background-color: #008E2F;
}
</style>
border-color css
<style>
span { border-color: #008E2F; }
span { border-color: rgb(0,142,47); }
td.TdClassName
{
border-color: #008E2F;
}
.TagClassName
{
border-color: #008E2F;
}
</style>