Shades of Pigment Green #00973F
Tints of Pigment Green #00973F
RGB
CMYK
RGB Variations
Color information
#00973F (or 0x00973F) is known color: Pigment Green. HEX triplet: 00, 97 and 3F. RGB value is (0,151,63). Sum of RGB (Red+Green+Blue) = 0+151+63=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #00973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00973F is #FF68C0. Grayscale: #606060. Windows color (decimal): -16738497 or 4167424. OLE color: 4167424.
HSL color Cylindrical-coordinate representation of color #00973F: hue angle of 145.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00973F is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 63 | - |
| CMYK | 1 | 0 | 0.58 | 0.41 |
| HSL | 145.03º | 1% | 0.3% | - |
| HSV(B) | 145.03º | 1% | 0.59% | - |
| XYZ | 11.96 | 22.49 | 8.41 | - |
| YUV | 95.82 | 109.47 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 63 | 1 | 0 | 0.58 | 0.41 | 145.03 | 1 | 0.3 |
| Hex | 0 | 97 | 3F | 64 | 0 | 3A | 29 | 91 | 64 | 1E |
| Octal | 0 | 227 | 77 | 144 | 0 | 72 | 51 | 221 | 144 | 36 |
| Binary | 0 | 10010111 | 111111 | 1100100 | 0 | 111010 | 101001 | 10010001 | 1100100 | 11110 |
Color Harmonies of #00973F
Complementary color
Monochromatic Colors of #00973F
Black with #00973F
Text Example
Text Example
White with #00973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00973F; }
p { color: rgb(0,151,63); }
H1.HeaderClassName
{
color: #00973F;
}
.AnyTagClassName
{
color: #00973F;
}
</style>
background-color css
<style>
a { background-color: #00973F; }
a { background-color: rgb(0,151,63); }
div.DivClassName
{
background-color: #00973F;
}
.BgClassName
{
background-color: #00973F;
}
</style>
border-color css
<style>
span { border-color: #00973F; }
span { border-color: rgb(0,151,63); }
td.TdClassName
{
border-color: #00973F;
}
.TagClassName
{
border-color: #00973F;
}
</style>