Shades of Pigment Green #008B40
Tints of Pigment Green #008B40
RGB
CMYK
RGB Variations
Color information
#008B40 (or 0x008B40) is known color: Pigment Green. HEX triplet: 00, 8B and 40. RGB value is (0,139,64). Sum of RGB (Red+Green+Blue) = 0+139+64=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #008B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B40 is #FF74BF. Grayscale: #595959. Windows color (decimal): -16741568 or 4229888. OLE color: 4229888.
HSL color Cylindrical-coordinate representation of color #008B40: hue angle of 147.63º 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 #008B40 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 64 | - |
| CMYK | 1 | 0 | 0.54 | 0.45 |
| HSL | 147.63º | 1% | 0.27% | - |
| HSV(B) | 147.63º | 1% | 0.55% | - |
| XYZ | 10.16 | 18.84 | 7.95 | - |
| YUV | 88.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 64 | 1 | 0 | 0.54 | 0.45 | 147.63 | 1 | 0.27 |
| Hex | 0 | 8B | 40 | 64 | 0 | 36 | 2D | 94 | 64 | 1B |
| Octal | 0 | 213 | 100 | 144 | 0 | 66 | 55 | 224 | 144 | 33 |
| Binary | 0 | 10001011 | 1000000 | 1100100 | 0 | 110110 | 101101 | 10010100 | 1100100 | 11011 |
Color Harmonies of #008B40
Complementary color
Monochromatic Colors of #008B40
Black with #008B40
Text Example
Text Example
White with #008B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B40; }
p { color: rgb(0,139,64); }
H1.HeaderClassName
{
color: #008B40;
}
.AnyTagClassName
{
color: #008B40;
}
</style>
background-color css
<style>
a { background-color: #008B40; }
a { background-color: rgb(0,139,64); }
div.DivClassName
{
background-color: #008B40;
}
.BgClassName
{
background-color: #008B40;
}
</style>
border-color css
<style>
span { border-color: #008B40; }
span { border-color: rgb(0,139,64); }
td.TdClassName
{
border-color: #008B40;
}
.TagClassName
{
border-color: #008B40;
}
</style>