Shades of Pigment Green #008E3C
Tints of Pigment Green #008E3C
RGB
CMYK
RGB Variations
Color information
#008E3C (or 0x008E3C) is known color: Pigment Green. HEX triplet: 00, 8E and 3C. RGB value is (0,142,60). Sum of RGB (Red+Green+Blue) = 0+142+60=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 142 (55.86% from 255 or 70.30% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 142 - color contains mainly: green. Hex color #008E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E3C is #FF71C3. Grayscale: #5A5A5A. Windows color (decimal): -16740804 or 3968512. OLE color: 3968512.
HSL color Cylindrical-coordinate representation of color #008E3C: hue angle of 145.35º 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 #008E3C is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 60 | - |
| CMYK | 1 | 0 | 0.58 | 0.44 |
| HSL | 145.35º | 1% | 0.28% | - |
| HSV(B) | 145.35º | 1% | 0.56% | - |
| XYZ | 10.49 | 19.67 | 7.52 | - |
| YUV | 90.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 60 | 1 | 0 | 0.58 | 0.44 | 145.35 | 1 | 0.28 |
| Hex | 0 | 8E | 3C | 64 | 0 | 3A | 2C | 91 | 64 | 1C |
| Octal | 0 | 216 | 74 | 144 | 0 | 72 | 54 | 221 | 144 | 34 |
| Binary | 0 | 10001110 | 111100 | 1100100 | 0 | 111010 | 101100 | 10010001 | 1100100 | 11100 |
Color Harmonies of #008E3C
Complementary color
Monochromatic Colors of #008E3C
Black with #008E3C
Text Example
Text Example
White with #008E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E3C; }
p { color: rgb(0,142,60); }
H1.HeaderClassName
{
color: #008E3C;
}
.AnyTagClassName
{
color: #008E3C;
}
</style>
background-color css
<style>
a { background-color: #008E3C; }
a { background-color: rgb(0,142,60); }
div.DivClassName
{
background-color: #008E3C;
}
.BgClassName
{
background-color: #008E3C;
}
</style>
border-color css
<style>
span { border-color: #008E3C; }
span { border-color: rgb(0,142,60); }
td.TdClassName
{
border-color: #008E3C;
}
.TagClassName
{
border-color: #008E3C;
}
</style>