#01973B

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

Shades of Pigment Green #01973B

Tints of Pigment Green #01973B

Color information

#01973B (or 0x01973B) is unknown color: approx Pigment Green. HEX triplet: 01, 97 and 3B. RGB value is (1,151,59). Sum of RGB (Red+Green+Blue) = 1+151+59=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #01973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01973B is #FE68C4. Grayscale: #5F5F5F. Windows color (decimal): -16672965 or 3905281. OLE color: 3905281.

HSL color Cylindrical-coordinate representation of color #01973B: hue angle of 143.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 #01973B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB115159-
CMYK0.9900.610.41
HSL143.2º98.68%29.8%-
HSV(B)143.2º99.34%59.22%-
XYZ11.8722.467.85-
YUV95.66107.360.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 151 (59.38% from 255) = 71.56%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=0.47%
G=71.56%
B=27.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151590.9900.610.41143.298.6829.8
Hex1973B6303D298f631e
Octal1227731430755121714336
Binary1100101111110111100011011110110100110001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01973B; }

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

 H1.HeaderClassName
 {
   color: #01973B;
 }
 .AnyTagClassName
 {
   color: #01973B;
 }
</style>
background-color css

<style>
 a { background-color: #01973B; }

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

 div.DivClassName
 {
   background-color: #01973B;
 }
 .BgClassName
 {
   background-color: #01973B;
 }
</style>
border-color css

<style>
 span { border-color: #01973B; }

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

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