Shades of Pigment Green #00972E
Tints of Pigment Green #00972E
RGB
CMYK
RGB Variations
Color information
#00972E (or 0x00972E) is known color: Pigment Green. HEX triplet: 00, 97 and 2E. RGB value is (0,151,46). Sum of RGB (Red+Green+Blue) = 0+151+46=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #00972E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00972E is #FF68D1. Grayscale: #5E5E5E. Windows color (decimal): -16738514 or 3053312. OLE color: 3053312.
HSL color Cylindrical-coordinate representation of color #00972E: hue angle of 138.28º 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 #00972E is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 46 | - |
| CMYK | 1 | 0 | 0.70 | 0.41 |
| HSL | 138.28º | 1% | 0.3% | - |
| HSV(B) | 138.28º | 1% | 0.59% | - |
| XYZ | 11.56 | 22.33 | 6.29 | - |
| YUV | 93.88 | 100.97 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 46 | 1 | 0 | 0.70 | 0.41 | 138.28 | 1 | 0.3 |
| Hex | 0 | 97 | 2E | 64 | 0 | 46 | 29 | 8A | 64 | 1E |
| Octal | 0 | 227 | 56 | 144 | 0 | 106 | 51 | 212 | 144 | 36 |
| Binary | 0 | 10010111 | 101110 | 1100100 | 0 | 1000110 | 101001 | 10001010 | 1100100 | 11110 |
Color Harmonies of #00972E
Complementary color
Monochromatic Colors of #00972E
Black with #00972E
Text Example
Text Example
White with #00972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00972E; }
p { color: rgb(0,151,46); }
H1.HeaderClassName
{
color: #00972E;
}
.AnyTagClassName
{
color: #00972E;
}
</style>
background-color css
<style>
a { background-color: #00972E; }
a { background-color: rgb(0,151,46); }
div.DivClassName
{
background-color: #00972E;
}
.BgClassName
{
background-color: #00972E;
}
</style>
border-color css
<style>
span { border-color: #00972E; }
span { border-color: rgb(0,151,46); }
td.TdClassName
{
border-color: #00972E;
}
.TagClassName
{
border-color: #00972E;
}
</style>