Shades of Pigment Green #008D30
Tints of Pigment Green #008D30
RGB
CMYK
RGB Variations
Color information
#008D30 (or 0x008D30) is known color: Pigment Green. HEX triplet: 00, 8D and 30. RGB value is (0,141,48). Sum of RGB (Red+Green+Blue) = 0+141+48=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 141 (55.47% from 255 or 74.60% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 141 - color contains mainly: green. Hex color #008D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D30 is #FF72CF. Grayscale: #585858. Windows color (decimal): -16741072 or 3181824. OLE color: 3181824.
HSL color Cylindrical-coordinate representation of color #008D30: hue angle of 140.43º 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 #008D30 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 48 | - |
| CMYK | 1 | 0 | 0.66 | 0.45 |
| HSL | 140.43º | 1% | 0.28% | - |
| HSV(B) | 140.43º | 1% | 0.55% | - |
| XYZ | 10.06 | 19.26 | 5.98 | - |
| YUV | 88.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 48 | 1 | 0 | 0.66 | 0.45 | 140.43 | 1 | 0.28 |
| Hex | 0 | 8D | 30 | 64 | 0 | 42 | 2D | 8C | 64 | 1C |
| Octal | 0 | 215 | 60 | 144 | 0 | 102 | 55 | 214 | 144 | 34 |
| Binary | 0 | 10001101 | 110000 | 1100100 | 0 | 1000010 | 101101 | 10001100 | 1100100 | 11100 |
Color Harmonies of #008D30
Complementary color
Monochromatic Colors of #008D30
Black with #008D30
Text Example
Text Example
White with #008D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D30; }
p { color: rgb(0,141,48); }
H1.HeaderClassName
{
color: #008D30;
}
.AnyTagClassName
{
color: #008D30;
}
</style>
background-color css
<style>
a { background-color: #008D30; }
a { background-color: rgb(0,141,48); }
div.DivClassName
{
background-color: #008D30;
}
.BgClassName
{
background-color: #008D30;
}
</style>
border-color css
<style>
span { border-color: #008D30; }
span { border-color: rgb(0,141,48); }
td.TdClassName
{
border-color: #008D30;
}
.TagClassName
{
border-color: #008D30;
}
</style>