Shades of Pigment Green #008C38
Tints of Pigment Green #008C38
RGB
CMYK
RGB Variations
Color information
#008C38 (or 0x008C38) is known color: Pigment Green. HEX triplet: 00, 8C and 38. RGB value is (0,140,56). Sum of RGB (Red+Green+Blue) = 0+140+56=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #008C38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C38 is #FF73C7. Grayscale: #585858. Windows color (decimal): -16741320 or 3705856. OLE color: 3705856.
HSL color Cylindrical-coordinate representation of color #008C38: hue angle of 144º 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 #008C38 is Cyan = 1, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 56 | - |
| CMYK | 1 | 0 | 0.6 | 0.45 |
| HSL | 144º | 1% | 0.27% | - |
| HSV(B) | 144º | 1% | 0.55% | - |
| XYZ | 10.09 | 19.04 | 6.88 | - |
| YUV | 88.56 | 109.62 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 56 | 1 | 0 | 0.6 | 0.45 | 144 | 1 | 0.27 |
| Hex | 0 | 8C | 38 | 64 | 0 | 3C | 2D | 90 | 64 | 1B |
| Octal | 0 | 214 | 70 | 144 | 0 | 74 | 55 | 220 | 144 | 33 |
| Binary | 0 | 10001100 | 111000 | 1100100 | 0 | 111100 | 101101 | 10010000 | 1100100 | 11011 |
Color Harmonies of #008C38
Complementary color
Monochromatic Colors of #008C38
Black with #008C38
Text Example
Text Example
White with #008C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C38; }
p { color: rgb(0,140,56); }
H1.HeaderClassName
{
color: #008C38;
}
.AnyTagClassName
{
color: #008C38;
}
</style>
background-color css
<style>
a { background-color: #008C38; }
a { background-color: rgb(0,140,56); }
div.DivClassName
{
background-color: #008C38;
}
.BgClassName
{
background-color: #008C38;
}
</style>
border-color css
<style>
span { border-color: #008C38; }
span { border-color: rgb(0,140,56); }
td.TdClassName
{
border-color: #008C38;
}
.TagClassName
{
border-color: #008C38;
}
</style>