Html Css Color HEX #00972D Pigment Green

📋 copy color: '#00972D'

red 0 ◦ green 151 ◦ blue 45

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

Shades of Pigment Green #00972D

Tints of Pigment Green #00972D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 0%
G = 77.04%
B = 22.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#00972D (or 0x00972D) is known color: Pigment Green. HEX triplet: 00, 97 and 2D. RGB value is (0,151,45). Sum of RGB (Red+Green+Blue) = 0+151+45=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 151 (59.38% from 255 or 77.04% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 151 - color contains mainly: green. Hex color #00972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00972D is #FF68D2. Grayscale: #5E5E5E. Windows color (decimal): -16738515 or 2987776. OLE color: 2987776.

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

Color convert

RGB 0 151 45 -
CMYK 1 0 0.70 0.41
HSL 137.88º 1% 0.3% -
HSV(B) 137.88º 1% 0.59% -
XYZ 11.54 22.32 6.18 -
YUV 93.77 100.47 61.12 -
System Red Green Blue C M Y K H S L
Decimal 0 151 45 1 0 0.70 0.41 137.88 1 0.3
Hex 0 97 2D 64 0 46 29 8A 64 1E
Octal 0 227 55 144 0 106 51 212 144 36
Binary 0 10010111 101101 1100100 0 1000110 101001 10001010 1100100 11110

Color Harmonies of #00972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00972D

Black with #00972D

Text Example


Text Example

White with #00972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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