#01913E

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

Shades of Pigment Green #01913E

Tints of Pigment Green #01913E

Color information

#01913E (or 0x01913E) is unknown color: approx Pigment Green. HEX triplet: 01, 91 and 3E. RGB value is (1,145,62). Sum of RGB (Red+Green+Blue) = 1+145+62=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #01913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01913E is #FE6EC1. Grayscale: #5C5C5C. Windows color (decimal): -16674498 or 4100353. OLE color: 4100353.

HSL color Cylindrical-coordinate representation of color #01913E: hue angle of 145.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01913E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB114562-
CMYK0.9900.570.43
HSL145.42º98.63%28.63%-
HSV(B)145.42º99.31%56.86%-
XYZ11.0120.617.95-
YUV92.48110.7962.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=0.48%
G=69.71%
B=29.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145620.9900.570.43145.4298.6328.63
Hex1913E630392B91631d
Octal1221761430715322114335
Binary1100100011111101100011011100110101110010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,145,62); }

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

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

 a { background-color: rgb(1,145,62); }

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

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

 span { border-color: rgb(1,145,62); }

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