Shades of Pigment Green #00982A
Tints of Pigment Green #00982A
RGB
CMYK
RGB Variations
Color information
#00982A (or 0x00982A) is known color: Pigment Green. HEX triplet: 00, 98 and 2A. RGB value is (0,152,42). Sum of RGB (Red+Green+Blue) = 0+152+42=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 152 (59.77% from 255 or 78.35% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 152 - color contains mainly: green. Hex color #00982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00982A is #FF67D5. Grayscale: #5E5E5E. Windows color (decimal): -16738262 or 2791424. OLE color: 2791424.
HSL color Cylindrical-coordinate representation of color #00982A: hue angle of 136.58º 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 #00982A is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 42 | - |
| CMYK | 1 | 0 | 0.72 | 0.40 |
| HSL | 136.58º | 1% | 0.3% | - |
| HSV(B) | 136.58º | 1% | 0.6% | - |
| XYZ | 11.65 | 22.62 | 5.94 | - |
| YUV | 94.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 42 | 1 | 0 | 0.72 | 0.40 | 136.58 | 1 | 0.3 |
| Hex | 0 | 98 | 2A | 64 | 0 | 48 | 28 | 89 | 64 | 1E |
| Octal | 0 | 230 | 52 | 144 | 0 | 110 | 50 | 211 | 144 | 36 |
| Binary | 0 | 10011000 | 101010 | 1100100 | 0 | 1001000 | 101000 | 10001001 | 1100100 | 11110 |
Color Harmonies of #00982A
Complementary color
Monochromatic Colors of #00982A
Black with #00982A
Text Example
Text Example
White with #00982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00982A; }
p { color: rgb(0,152,42); }
H1.HeaderClassName
{
color: #00982A;
}
.AnyTagClassName
{
color: #00982A;
}
</style>
background-color css
<style>
a { background-color: #00982A; }
a { background-color: rgb(0,152,42); }
div.DivClassName
{
background-color: #00982A;
}
.BgClassName
{
background-color: #00982A;
}
</style>
border-color css
<style>
span { border-color: #00982A; }
span { border-color: rgb(0,152,42); }
td.TdClassName
{
border-color: #00982A;
}
.TagClassName
{
border-color: #00982A;
}
</style>