Shades of Pigment Green #008B3F
Tints of Pigment Green #008B3F
RGB
CMYK
RGB Variations
Color information
#008B3F (or 0x008B3F) is known color: Pigment Green. HEX triplet: 00, 8B and 3F. RGB value is (0,139,63). Sum of RGB (Red+Green+Blue) = 0+139+63=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #008B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B3F is #FF74C0. Grayscale: #585858. Windows color (decimal): -16741569 or 4164352. OLE color: 4164352.
HSL color Cylindrical-coordinate representation of color #008B3F: hue angle of 147.19º 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 #008B3F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 63 | - |
| CMYK | 1 | 0 | 0.55 | 0.45 |
| HSL | 147.19º | 1% | 0.27% | - |
| HSV(B) | 147.19º | 1% | 0.55% | - |
| XYZ | 10.13 | 18.82 | 7.8 | - |
| YUV | 88.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 63 | 1 | 0 | 0.55 | 0.45 | 147.19 | 1 | 0.27 |
| Hex | 0 | 8B | 3F | 64 | 0 | 37 | 2D | 93 | 64 | 1B |
| Octal | 0 | 213 | 77 | 144 | 0 | 67 | 55 | 223 | 144 | 33 |
| Binary | 0 | 10001011 | 111111 | 1100100 | 0 | 110111 | 101101 | 10010011 | 1100100 | 11011 |
Color Harmonies of #008B3F
Complementary color
Monochromatic Colors of #008B3F
Black with #008B3F
Text Example
Text Example
White with #008B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B3F; }
p { color: rgb(0,139,63); }
H1.HeaderClassName
{
color: #008B3F;
}
.AnyTagClassName
{
color: #008B3F;
}
</style>
background-color css
<style>
a { background-color: #008B3F; }
a { background-color: rgb(0,139,63); }
div.DivClassName
{
background-color: #008B3F;
}
.BgClassName
{
background-color: #008B3F;
}
</style>
border-color css
<style>
span { border-color: #008B3F; }
span { border-color: rgb(0,139,63); }
td.TdClassName
{
border-color: #008B3F;
}
.TagClassName
{
border-color: #008B3F;
}
</style>