#01972E

Color #01972E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #01972E

Tints of Pigment Green #01972E

Color information

#01972E (or 0x01972E) is unknown color: approx 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

RGB115146-
CMYK0.9900.700.41
HSL138º98.68%29.8%-
HSV(B)138º99.34%59.22%-
XYZ11.5722.346.29-
YUV94.18100.861.54-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151460.9900.700.4113898.6829.8
Hex1972E63046298a631e
Octal12275614301065121214336
Binary11001011110111011000110100011010100110001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>