Html Css Color HEX #01972E Pigment Green

📋 copy color: '#01972E'

red 1 ◦ green 151 ◦ blue 46

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

Shades of Pigment Green #01972E

Tints of Pigment Green #01972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 0.51%
G = 76.26%
B = 23.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#01972E (or 0x01972E) is known color: Pigment Green. HEX triplet: 01, 97 and 2E. RGB value is (1,151,46). Sum of RGB (Red+Green+Blue) = 1+151+46=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #01972E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01972E is #FE68D1. Grayscale: #5E5E5E. Windows color (decimal): -16672978 or 3053313. OLE color: 3053313.

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

Color convert

RGB 1 151 46 -
CMYK 0.99 0 0.70 0.41
HSL 138º 0.99% 0.3% -
HSV(B) 138º 0.99% 0.59% -
XYZ 11.57 22.34 6.29 -
YUV 94.18 100.81 61.54 -
System Red Green Blue C M Y K H S L
Decimal 1 151 46 0.99 0 0.70 0.41 138 0.99 0.3
Hex 1 97 2E 63 0 46 29 8A 63 1E
Octal 1 227 56 143 0 106 51 212 143 36
Binary 1 10010111 101110 1100011 0 1000110 101001 10001010 1100011 11110

Color Harmonies of #01972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01972E

Black with #01972E

Text Example


Text Example

White with #01972E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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