#00974D

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

Shades of Pigment Green #00974D

Tints of Pigment Green #00974D

Color information

#00974D (or 0x00974D) is unknown color: approx Pigment Green. HEX triplet: 00, 97 and 4D. RGB value is (0,151,77). Sum of RGB (Red+Green+Blue) = 0+151+77=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #00974D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00974D is #FF68B2. Grayscale: #616161. Windows color (decimal): -16738483 or 5084928. OLE color: 5084928.

HSL color Cylindrical-coordinate representation of color #00974D: hue angle of 150.6º 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 #00974D is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB015177-
CMYK100.490.41
HSL150.6º100%29.61%-
HSV(B)150.6º100%59.22%-
XYZ12.4122.6710.74-
YUV97.42116.4758.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 66.23%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=0%
G=66.23%
B=33.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal015177100.490.41150.610029.61
Hex0974D640312997641e
Octal02271151440615122714436
Binary01001011110011011100100011000110100110010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00974D; }

 p { color: rgb(0,151,77); }

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

<style>
 a { background-color: #00974D; }

 a { background-color: rgb(0,151,77); }

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

<style>
 span { border-color: #00974D; }

 span { border-color: rgb(0,151,77); }

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