Html Css Color HEX #01972C Pigment Green

📋 copy color: '#01972C'

red 1 ◦ green 151 ◦ blue 44

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

Shades of Pigment Green #01972C

Tints of Pigment Green #01972C

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 0.51%
G = 77.04%
B = 22.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#01972C (or 0x01972C) is known color: Pigment Green. HEX triplet: 01, 97 and 2C. RGB value is (1,151,44). Sum of RGB (Red+Green+Blue) = 1+151+44=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 151 (59.38% from 255 or 77.04% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 151 - color contains mainly: green. Hex color #01972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01972C is #FE68D3. Grayscale: #5E5E5E. Windows color (decimal): -16672980 or 2922241. OLE color: 2922241.

HSL color Cylindrical-coordinate representation of color #01972C: hue angle of 137.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01972C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 151 44 -
CMYK 0.99 0 0.71 0.41
HSL 137.2º 0.99% 0.3% -
HSV(B) 137.2º 0.99% 0.59% -
XYZ 11.53 22.32 6.08 -
YUV 93.95 99.81 61.7 -
System Red Green Blue C M Y K H S L
Decimal 1 151 44 0.99 0 0.71 0.41 137.2 0.99 0.3
Hex 1 97 2C 63 0 47 29 89 63 1E
Octal 1 227 54 143 0 107 51 211 143 36
Binary 1 10010111 101100 1100011 0 1000111 101001 10001001 1100011 11110

Color Harmonies of #01972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01972C

Black with #01972C

Text Example


Text Example

White with #01972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,151,44); }

 H1.HeaderClassName
 {
   color: #01972C;
 }
 .AnyTagClassName
 {
   color: #01972C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,151,44); }

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

border-color css

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

 span { border-color: rgb(1,151,44); }

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