#00982C

Color #00982C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00982C

Tints of Pigment Green #00982C

Color information

#00982C (or 0x00982C) is unknown color: approx Pigment Green. HEX triplet: 00, 98 and 2C. RGB value is (0,152,44). Sum of RGB (Red+Green+Blue) = 0+152+44=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 152 (59.77% from 255 or 77.55% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 152 - color contains mainly: green. Hex color #00982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00982C is #FF67D3. Grayscale: #5E5E5E. Windows color (decimal): -16738260 or 2922496. OLE color: 2922496.

HSL color Cylindrical-coordinate representation of color #00982C: hue angle of 137.37º 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 #00982C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB015244-
CMYK100.710.40
HSL137.37º100%29.8%-
HSV(B)137.37º100%59.61%-
XYZ11.6822.646.14-
YUV94.2499.6460.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 77.55%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=0%
G=77.55%
B=22.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal015244100.710.40137.3710029.8
Hex0982C640472889641e
Octal02305414401075021114436
Binary01001100010110011001000100011110100010001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00982C; }

 p { color: rgb(0,152,44); }

 H1.HeaderClassName
 {
   color: #00982C;
 }
 .AnyTagClassName
 {
   color: #00982C;
 }
</style>
background-color css

<style>
 a { background-color: #00982C; }

 a { background-color: rgb(0,152,44); }

 div.DivClassName
 {
   background-color: #00982C;
 }
 .BgClassName
 {
   background-color: #00982C;
 }
</style>
border-color css

<style>
 span { border-color: #00982C; }

 span { border-color: rgb(0,152,44); }

 td.TdClassName
 {
   border-color: #00982C;
 }
 .TagClassName
 {
   border-color: #00982C;
 }
</style>