Html Css Color HEX #00973D Pigment Green

📋 copy color: '#00973D'

red 0 ◦ green 151 ◦ blue 61

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

Shades of Pigment Green #00973D

Tints of Pigment Green #00973D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 151 (59.38% from 255) = 71.23%

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 0%
G = 71.23%
B = 28.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#00973D (or 0x00973D) is known color: Pigment Green. HEX triplet: 00, 97 and 3D. RGB value is (0,151,61). Sum of RGB (Red+Green+Blue) = 0+151+61=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #00973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00973D is #FF68C2. Grayscale: #5F5F5F. Windows color (decimal): -16738499 or 4036352. OLE color: 4036352.

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

Color convert

RGB 0 151 61 -
CMYK 1 0 0.60 0.41
HSL 144.24º 1% 0.3% -
HSV(B) 144.24º 1% 0.59% -
XYZ 11.91 22.47 8.12 -
YUV 95.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 0 151 61 1 0 0.60 0.41 144.24 1 0.3
Hex 0 97 3D 64 0 3C 29 90 64 1E
Octal 0 227 75 144 0 74 51 220 144 36
Binary 0 10010111 111101 1100100 0 111100 101001 10010000 1100100 11110

Color Harmonies of #00973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00973D

Black with #00973D

Text Example


Text Example

White with #00973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00973D;
 }
 .AnyTagClassName
 {
   color: #00973D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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