Html Css Color HEX #00974D Pigment Green

📋 copy color: '#00974D'

red 0 ◦ green 151 ◦ blue 77

#00974D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #00974D

Tints of Pigment Green #00974D

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 value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#00974D (or 0x00974D) is known color: 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

RGB 0 151 77 -
CMYK 1 0 0.49 0.41
HSL 150.6º 1% 0.3% -
HSV(B) 150.6º 1% 0.59% -
XYZ 12.41 22.67 10.74 -
YUV 97.42 116.47 58.52 -
System Red Green Blue C M Y K H S L
Decimal 0 151 77 1 0 0.49 0.41 150.6 1 0.3
Hex 0 97 4D 64 0 31 29 97 64 1E
Octal 0 227 115 144 0 61 51 227 144 36
Binary 0 10010111 1001101 1100100 0 110001 101001 10010111 1100100 11110

Color Harmonies of #00974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00974D

Black with #00974D

Text Example


Text Example

White with #00974D

Text Example


Text Example

HTML Codes & Css Web 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>