Shades of Pigment Green #008E3A
Tints of Pigment Green #008E3A
RGB
CMYK
RGB Variations
Color information
#008E3A (or 0x008E3A) is known color: Pigment Green. HEX triplet: 00, 8E and 3A. RGB value is (0,142,58). Sum of RGB (Red+Green+Blue) = 0+142+58=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #008E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E3A is #FF71C5. Grayscale: #5A5A5A. Windows color (decimal): -16740806 or 3837440. OLE color: 3837440.
HSL color Cylindrical-coordinate representation of color #008E3A: hue angle of 144.51º 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 #008E3A is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 58 | - |
| CMYK | 1 | 0 | 0.59 | 0.44 |
| HSL | 144.51º | 1% | 0.28% | - |
| HSV(B) | 144.51º | 1% | 0.56% | - |
| XYZ | 10.44 | 19.65 | 7.25 | - |
| YUV | 89.97 | 109.96 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 58 | 1 | 0 | 0.59 | 0.44 | 144.51 | 1 | 0.28 |
| Hex | 0 | 8E | 3A | 64 | 0 | 3B | 2C | 91 | 64 | 1C |
| Octal | 0 | 216 | 72 | 144 | 0 | 73 | 54 | 221 | 144 | 34 |
| Binary | 0 | 10001110 | 111010 | 1100100 | 0 | 111011 | 101100 | 10010001 | 1100100 | 11100 |
Color Harmonies of #008E3A
Complementary color
Monochromatic Colors of #008E3A
Black with #008E3A
Text Example
Text Example
White with #008E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E3A; }
p { color: rgb(0,142,58); }
H1.HeaderClassName
{
color: #008E3A;
}
.AnyTagClassName
{
color: #008E3A;
}
</style>
background-color css
<style>
a { background-color: #008E3A; }
a { background-color: rgb(0,142,58); }
div.DivClassName
{
background-color: #008E3A;
}
.BgClassName
{
background-color: #008E3A;
}
</style>
border-color css
<style>
span { border-color: #008E3A; }
span { border-color: rgb(0,142,58); }
td.TdClassName
{
border-color: #008E3A;
}
.TagClassName
{
border-color: #008E3A;
}
</style>