Shades of Pigment Green #00982B
Tints of Pigment Green #00982B
RGB
CMYK
RGB Variations
Color information
#00982B (or 0x00982B) is known color: Pigment Green. HEX triplet: 00, 98 and 2B. RGB value is (0,152,43). Sum of RGB (Red+Green+Blue) = 0+152+43=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #00982B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00982B is #FF67D4. Grayscale: #5E5E5E. Windows color (decimal): -16738261 or 2856960. OLE color: 2856960.
HSL color Cylindrical-coordinate representation of color #00982B: hue angle of 136.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00982B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 43 | - |
| CMYK | 1 | 0 | 0.72 | 0.40 |
| HSL | 136.97º | 1% | 0.3% | - |
| HSV(B) | 136.97º | 1% | 0.6% | - |
| XYZ | 11.66 | 22.63 | 6.04 | - |
| YUV | 94.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 43 | 1 | 0 | 0.72 | 0.40 | 136.97 | 1 | 0.3 |
| Hex | 0 | 98 | 2B | 64 | 0 | 48 | 28 | 89 | 64 | 1E |
| Octal | 0 | 230 | 53 | 144 | 0 | 110 | 50 | 211 | 144 | 36 |
| Binary | 0 | 10011000 | 101011 | 1100100 | 0 | 1001000 | 101000 | 10001001 | 1100100 | 11110 |
Color Harmonies of #00982B
Complementary color
Monochromatic Colors of #00982B
Black with #00982B
Text Example
Text Example
White with #00982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00982B; }
p { color: rgb(0,152,43); }
H1.HeaderClassName
{
color: #00982B;
}
.AnyTagClassName
{
color: #00982B;
}
</style>
background-color css
<style>
a { background-color: #00982B; }
a { background-color: rgb(0,152,43); }
div.DivClassName
{
background-color: #00982B;
}
.BgClassName
{
background-color: #00982B;
}
</style>
border-color css
<style>
span { border-color: #00982B; }
span { border-color: rgb(0,152,43); }
td.TdClassName
{
border-color: #00982B;
}
.TagClassName
{
border-color: #00982B;
}
</style>