Shades of Pigment Green #008E3E
Tints of Pigment Green #008E3E
RGB
CMYK
RGB Variations
Color information
#008E3E (or 0x008E3E) is known color: Pigment Green. HEX triplet: 00, 8E and 3E. RGB value is (0,142,62). Sum of RGB (Red+Green+Blue) = 0+142+62=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 142 (55.86% from 255 or 69.61% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 142 - color contains mainly: green. Hex color #008E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E3E is #FF71C1. Grayscale: #5A5A5A. Windows color (decimal): -16740802 or 4099584. OLE color: 4099584.
HSL color Cylindrical-coordinate representation of color #008E3E: hue angle of 146.2º 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 #008E3E is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 62 | - |
| CMYK | 1 | 0 | 0.56 | 0.44 |
| HSL | 146.2º | 1% | 0.28% | - |
| HSV(B) | 146.2º | 1% | 0.56% | - |
| XYZ | 10.54 | 19.69 | 7.8 | - |
| YUV | 90.42 | 111.96 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 62 | 1 | 0 | 0.56 | 0.44 | 146.2 | 1 | 0.28 |
| Hex | 0 | 8E | 3E | 64 | 0 | 38 | 2C | 92 | 64 | 1C |
| Octal | 0 | 216 | 76 | 144 | 0 | 70 | 54 | 222 | 144 | 34 |
| Binary | 0 | 10001110 | 111110 | 1100100 | 0 | 111000 | 101100 | 10010010 | 1100100 | 11100 |
Color Harmonies of #008E3E
Complementary color
Monochromatic Colors of #008E3E
Black with #008E3E
Text Example
Text Example
White with #008E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E3E; }
p { color: rgb(0,142,62); }
H1.HeaderClassName
{
color: #008E3E;
}
.AnyTagClassName
{
color: #008E3E;
}
</style>
background-color css
<style>
a { background-color: #008E3E; }
a { background-color: rgb(0,142,62); }
div.DivClassName
{
background-color: #008E3E;
}
.BgClassName
{
background-color: #008E3E;
}
</style>
border-color css
<style>
span { border-color: #008E3E; }
span { border-color: rgb(0,142,62); }
td.TdClassName
{
border-color: #008E3E;
}
.TagClassName
{
border-color: #008E3E;
}
</style>