Shades of Pigment Green #00973C
Tints of Pigment Green #00973C
RGB
CMYK
RGB Variations
Color information
#00973C (or 0x00973C) is known color: Pigment Green. HEX triplet: 00, 97 and 3C. RGB value is (0,151,60). Sum of RGB (Red+Green+Blue) = 0+151+60=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #00973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00973C is #FF68C3. Grayscale: #5F5F5F. Windows color (decimal): -16738500 or 3970816. OLE color: 3970816.
HSL color Cylindrical-coordinate representation of color #00973C: hue angle of 143.84º 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 #00973C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 60 | - |
| CMYK | 1 | 0 | 0.60 | 0.41 |
| HSL | 143.84º | 1% | 0.3% | - |
| HSV(B) | 143.84º | 1% | 0.59% | - |
| XYZ | 11.88 | 22.46 | 7.98 | - |
| YUV | 95.48 | 107.97 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 60 | 1 | 0 | 0.60 | 0.41 | 143.84 | 1 | 0.3 |
| Hex | 0 | 97 | 3C | 64 | 0 | 3C | 29 | 90 | 64 | 1E |
| Octal | 0 | 227 | 74 | 144 | 0 | 74 | 51 | 220 | 144 | 36 |
| Binary | 0 | 10010111 | 111100 | 1100100 | 0 | 111100 | 101001 | 10010000 | 1100100 | 11110 |
Color Harmonies of #00973C
Complementary color
Monochromatic Colors of #00973C
Black with #00973C
Text Example
Text Example
White with #00973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00973C; }
p { color: rgb(0,151,60); }
H1.HeaderClassName
{
color: #00973C;
}
.AnyTagClassName
{
color: #00973C;
}
</style>
background-color css
<style>
a { background-color: #00973C; }
a { background-color: rgb(0,151,60); }
div.DivClassName
{
background-color: #00973C;
}
.BgClassName
{
background-color: #00973C;
}
</style>
border-color css
<style>
span { border-color: #00973C; }
span { border-color: rgb(0,151,60); }
td.TdClassName
{
border-color: #00973C;
}
.TagClassName
{
border-color: #00973C;
}
</style>