Shades of Pigment Green #008C3C
Tints of Pigment Green #008C3C
RGB
CMYK
RGB Variations
Color information
#008C3C (or 0x008C3C) is known color: Pigment Green. HEX triplet: 00, 8C and 3C. RGB value is (0,140,60). Sum of RGB (Red+Green+Blue) = 0+140+60=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 140 (55.08% from 255 or 70% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 140 - color contains mainly: green. Hex color #008C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C3C is #FF73C3. Grayscale: #595959. Windows color (decimal): -16741316 or 3968000. OLE color: 3968000.
HSL color Cylindrical-coordinate representation of color #008C3C: hue angle of 145.71º 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 #008C3C is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 60 | - |
| CMYK | 1 | 0 | 0.57 | 0.45 |
| HSL | 145.71º | 1% | 0.27% | - |
| HSV(B) | 145.71º | 1% | 0.55% | - |
| XYZ | 10.19 | 19.08 | 7.42 | - |
| YUV | 89.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 60 | 1 | 0 | 0.57 | 0.45 | 145.71 | 1 | 0.27 |
| Hex | 0 | 8C | 3C | 64 | 0 | 39 | 2D | 92 | 64 | 1B |
| Octal | 0 | 214 | 74 | 144 | 0 | 71 | 55 | 222 | 144 | 33 |
| Binary | 0 | 10001100 | 111100 | 1100100 | 0 | 111001 | 101101 | 10010010 | 1100100 | 11011 |
Color Harmonies of #008C3C
Complementary color
Monochromatic Colors of #008C3C
Black with #008C3C
Text Example
Text Example
White with #008C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C3C; }
p { color: rgb(0,140,60); }
H1.HeaderClassName
{
color: #008C3C;
}
.AnyTagClassName
{
color: #008C3C;
}
</style>
background-color css
<style>
a { background-color: #008C3C; }
a { background-color: rgb(0,140,60); }
div.DivClassName
{
background-color: #008C3C;
}
.BgClassName
{
background-color: #008C3C;
}
</style>
border-color css
<style>
span { border-color: #008C3C; }
span { border-color: rgb(0,140,60); }
td.TdClassName
{
border-color: #008C3C;
}
.TagClassName
{
border-color: #008C3C;
}
</style>