Shades of Pigment Green #008C40
Tints of Pigment Green #008C40
RGB
CMYK
RGB Variations
Color information
#008C40 (or 0x008C40) is known color: Pigment Green. HEX triplet: 00, 8C and 40. RGB value is (0,140,64). Sum of RGB (Red+Green+Blue) = 0+140+64=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #008C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C40 is #FF73BF. Grayscale: #595959. Windows color (decimal): -16741312 or 4230144. OLE color: 4230144.
HSL color Cylindrical-coordinate representation of color #008C40: hue angle of 147.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C40 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 64 | - |
| CMYK | 1 | 0 | 0.54 | 0.45 |
| HSL | 147.43º | 1% | 0.27% | - |
| HSV(B) | 147.43º | 1% | 0.55% | - |
| XYZ | 10.3 | 19.13 | 8 | - |
| YUV | 89.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 64 | 1 | 0 | 0.54 | 0.45 | 147.43 | 1 | 0.27 |
| Hex | 0 | 8C | 40 | 64 | 0 | 36 | 2D | 93 | 64 | 1B |
| Octal | 0 | 214 | 100 | 144 | 0 | 66 | 55 | 223 | 144 | 33 |
| Binary | 0 | 10001100 | 1000000 | 1100100 | 0 | 110110 | 101101 | 10010011 | 1100100 | 11011 |
Color Harmonies of #008C40
Complementary color
Monochromatic Colors of #008C40
Black with #008C40
Text Example
Text Example
White with #008C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C40; }
p { color: rgb(0,140,64); }
H1.HeaderClassName
{
color: #008C40;
}
.AnyTagClassName
{
color: #008C40;
}
</style>
background-color css
<style>
a { background-color: #008C40; }
a { background-color: rgb(0,140,64); }
div.DivClassName
{
background-color: #008C40;
}
.BgClassName
{
background-color: #008C40;
}
</style>
border-color css
<style>
span { border-color: #008C40; }
span { border-color: rgb(0,140,64); }
td.TdClassName
{
border-color: #008C40;
}
.TagClassName
{
border-color: #008C40;
}
</style>