Shades of Pigment Green #008B44
Tints of Pigment Green #008B44
RGB
CMYK
RGB Variations
Color information
#008B44 (or 0x008B44) is known color: Pigment Green. HEX triplet: 00, 8B and 44. RGB value is (0,139,68). Sum of RGB (Red+Green+Blue) = 0+139+68=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #008B44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B44 is #FF74BB. Grayscale: #595959. Windows color (decimal): -16741564 or 4492032. OLE color: 4492032.
HSL color Cylindrical-coordinate representation of color #008B44: hue angle of 149.35º 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 #008B44 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 68 | - |
| CMYK | 1 | 0 | 0.51 | 0.45 |
| HSL | 149.35º | 1% | 0.27% | - |
| HSV(B) | 149.35º | 1% | 0.55% | - |
| XYZ | 10.28 | 18.88 | 8.57 | - |
| YUV | 89.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 68 | 1 | 0 | 0.51 | 0.45 | 149.35 | 1 | 0.27 |
| Hex | 0 | 8B | 44 | 64 | 0 | 33 | 2D | 95 | 64 | 1B |
| Octal | 0 | 213 | 104 | 144 | 0 | 63 | 55 | 225 | 144 | 33 |
| Binary | 0 | 10001011 | 1000100 | 1100100 | 0 | 110011 | 101101 | 10010101 | 1100100 | 11011 |
Color Harmonies of #008B44
Complementary color
Monochromatic Colors of #008B44
Black with #008B44
Text Example
Text Example
White with #008B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B44; }
p { color: rgb(0,139,68); }
H1.HeaderClassName
{
color: #008B44;
}
.AnyTagClassName
{
color: #008B44;
}
</style>
background-color css
<style>
a { background-color: #008B44; }
a { background-color: rgb(0,139,68); }
div.DivClassName
{
background-color: #008B44;
}
.BgClassName
{
background-color: #008B44;
}
</style>
border-color css
<style>
span { border-color: #008B44; }
span { border-color: rgb(0,139,68); }
td.TdClassName
{
border-color: #008B44;
}
.TagClassName
{
border-color: #008B44;
}
</style>