Shades of Pigment Green #00973B
Tints of Pigment Green #00973B
RGB
CMYK
RGB Variations
Color information
#00973B (or 0x00973B) is known color: Pigment Green. HEX triplet: 00, 97 and 3B. RGB value is (0,151,59). Sum of RGB (Red+Green+Blue) = 0+151+59=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 151 (59.38% from 255 or 71.90% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 151 - color contains mainly: green. Hex color #00973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00973B is #FF68C4. Grayscale: #5F5F5F. Windows color (decimal): -16738501 or 3905280. OLE color: 3905280.
HSL color Cylindrical-coordinate representation of color #00973B: hue angle of 143.44º 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 #00973B is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 59 | - |
| CMYK | 1 | 0 | 0.61 | 0.41 |
| HSL | 143.44º | 1% | 0.3% | - |
| HSV(B) | 143.44º | 1% | 0.59% | - |
| XYZ | 11.86 | 22.45 | 7.85 | - |
| YUV | 95.36 | 107.47 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 59 | 1 | 0 | 0.61 | 0.41 | 143.44 | 1 | 0.3 |
| Hex | 0 | 97 | 3B | 64 | 0 | 3D | 29 | 8F | 64 | 1E |
| Octal | 0 | 227 | 73 | 144 | 0 | 75 | 51 | 217 | 144 | 36 |
| Binary | 0 | 10010111 | 111011 | 1100100 | 0 | 111101 | 101001 | 10001111 | 1100100 | 11110 |
Color Harmonies of #00973B
Complementary color
Monochromatic Colors of #00973B
Black with #00973B
Text Example
Text Example
White with #00973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00973B; }
p { color: rgb(0,151,59); }
H1.HeaderClassName
{
color: #00973B;
}
.AnyTagClassName
{
color: #00973B;
}
</style>
background-color css
<style>
a { background-color: #00973B; }
a { background-color: rgb(0,151,59); }
div.DivClassName
{
background-color: #00973B;
}
.BgClassName
{
background-color: #00973B;
}
</style>
border-color css
<style>
span { border-color: #00973B; }
span { border-color: rgb(0,151,59); }
td.TdClassName
{
border-color: #00973B;
}
.TagClassName
{
border-color: #00973B;
}
</style>