Shades of Pigment Green #008D2D
Tints of Pigment Green #008D2D
RGB
CMYK
RGB Variations
Color information
#008D2D (or 0x008D2D) is known color: Pigment Green. HEX triplet: 00, 8D and 2D. RGB value is (0,141,45). Sum of RGB (Red+Green+Blue) = 0+141+45=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 141 (55.47% from 255 or 75.81% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 141 - color contains mainly: green. Hex color #008D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D2D is #FF72D2. Grayscale: #585858. Windows color (decimal): -16741075 or 2985216. OLE color: 2985216.
HSL color Cylindrical-coordinate representation of color #008D2D: hue angle of 139.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D2D is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 45 | - |
| CMYK | 1 | 0 | 0.68 | 0.45 |
| HSL | 139.15º | 1% | 0.28% | - |
| HSV(B) | 139.15º | 1% | 0.55% | - |
| XYZ | 10 | 19.24 | 5.67 | - |
| YUV | 87.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 45 | 1 | 0 | 0.68 | 0.45 | 139.15 | 1 | 0.28 |
| Hex | 0 | 8D | 2D | 64 | 0 | 44 | 2D | 8B | 64 | 1C |
| Octal | 0 | 215 | 55 | 144 | 0 | 104 | 55 | 213 | 144 | 34 |
| Binary | 0 | 10001101 | 101101 | 1100100 | 0 | 1000100 | 101101 | 10001011 | 1100100 | 11100 |
Color Harmonies of #008D2D
Complementary color
Monochromatic Colors of #008D2D
Black with #008D2D
Text Example
Text Example
White with #008D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D2D; }
p { color: rgb(0,141,45); }
H1.HeaderClassName
{
color: #008D2D;
}
.AnyTagClassName
{
color: #008D2D;
}
</style>
background-color css
<style>
a { background-color: #008D2D; }
a { background-color: rgb(0,141,45); }
div.DivClassName
{
background-color: #008D2D;
}
.BgClassName
{
background-color: #008D2D;
}
</style>
border-color css
<style>
span { border-color: #008D2D; }
span { border-color: rgb(0,141,45); }
td.TdClassName
{
border-color: #008D2D;
}
.TagClassName
{
border-color: #008D2D;
}
</style>