Shades of Pigment Green #008C41
Tints of Pigment Green #008C41
RGB
CMYK
RGB Variations
Color information
#008C41 (or 0x008C41) is known color: Pigment Green. HEX triplet: 00, 8C and 41. RGB value is (0,140,65). Sum of RGB (Red+Green+Blue) = 0+140+65=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #008C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C41 is #FF73BE. Grayscale: #595959. Windows color (decimal): -16741311 or 4295680. OLE color: 4295680.
HSL color Cylindrical-coordinate representation of color #008C41: hue angle of 147.86º 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 #008C41 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 65 | - |
| CMYK | 1 | 0 | 0.54 | 0.45 |
| HSL | 147.86º | 1% | 0.27% | - |
| HSV(B) | 147.86º | 1% | 0.55% | - |
| XYZ | 10.33 | 19.14 | 8.15 | - |
| YUV | 89.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 65 | 1 | 0 | 0.54 | 0.45 | 147.86 | 1 | 0.27 |
| Hex | 0 | 8C | 41 | 64 | 0 | 36 | 2D | 94 | 64 | 1B |
| Octal | 0 | 214 | 101 | 144 | 0 | 66 | 55 | 224 | 144 | 33 |
| Binary | 0 | 10001100 | 1000001 | 1100100 | 0 | 110110 | 101101 | 10010100 | 1100100 | 11011 |
Color Harmonies of #008C41
Complementary color
Monochromatic Colors of #008C41
Black with #008C41
Text Example
Text Example
White with #008C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C41; }
p { color: rgb(0,140,65); }
H1.HeaderClassName
{
color: #008C41;
}
.AnyTagClassName
{
color: #008C41;
}
</style>
background-color css
<style>
a { background-color: #008C41; }
a { background-color: rgb(0,140,65); }
div.DivClassName
{
background-color: #008C41;
}
.BgClassName
{
background-color: #008C41;
}
</style>
border-color css
<style>
span { border-color: #008C41; }
span { border-color: rgb(0,140,65); }
td.TdClassName
{
border-color: #008C41;
}
.TagClassName
{
border-color: #008C41;
}
</style>