Shades of Pigment Green #008B41
Tints of Pigment Green #008B41
RGB
CMYK
RGB Variations
Color information
#008B41 (or 0x008B41) is known color: Pigment Green. HEX triplet: 00, 8B and 41. RGB value is (0,139,65). Sum of RGB (Red+Green+Blue) = 0+139+65=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #008B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B41 is #FF74BE. Grayscale: #595959. Windows color (decimal): -16741567 or 4295424. OLE color: 4295424.
HSL color Cylindrical-coordinate representation of color #008B41: hue angle of 148.06º 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 #008B41 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 65 | - |
| CMYK | 1 | 0 | 0.53 | 0.45 |
| HSL | 148.06º | 1% | 0.27% | - |
| HSV(B) | 148.06º | 1% | 0.55% | - |
| XYZ | 10.19 | 18.85 | 8.1 | - |
| YUV | 89 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 65 | 1 | 0 | 0.53 | 0.45 | 148.06 | 1 | 0.27 |
| Hex | 0 | 8B | 41 | 64 | 0 | 35 | 2D | 94 | 64 | 1B |
| Octal | 0 | 213 | 101 | 144 | 0 | 65 | 55 | 224 | 144 | 33 |
| Binary | 0 | 10001011 | 1000001 | 1100100 | 0 | 110101 | 101101 | 10010100 | 1100100 | 11011 |
Color Harmonies of #008B41
Complementary color
Monochromatic Colors of #008B41
Black with #008B41
Text Example
Text Example
White with #008B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B41; }
p { color: rgb(0,139,65); }
H1.HeaderClassName
{
color: #008B41;
}
.AnyTagClassName
{
color: #008B41;
}
</style>
background-color css
<style>
a { background-color: #008B41; }
a { background-color: rgb(0,139,65); }
div.DivClassName
{
background-color: #008B41;
}
.BgClassName
{
background-color: #008B41;
}
</style>
border-color css
<style>
span { border-color: #008B41; }
span { border-color: rgb(0,139,65); }
td.TdClassName
{
border-color: #008B41;
}
.TagClassName
{
border-color: #008B41;
}
</style>