#03913E

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

Shades of Pigment Green #03913E

Tints of Pigment Green #03913E

Color information

#03913E (or 0x03913E) is unknown color: approx Pigment Green. HEX triplet: 03, 91 and 3E. RGB value is (3,145,62). Sum of RGB (Red+Green+Blue) = 3+145+62=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #03913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03913E is #FC6EC1. Grayscale: #5D5D5D. Windows color (decimal): -16543426 or 4100355. OLE color: 4100355.

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

Color convert

RGB314562-
CMYK0.9800.570.43
HSL144.93º95.95%29.02%-
HSV(B)144.93º97.93%56.86%-
XYZ11.0320.627.96-
YUV93.08110.4663.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 145 (57.03% from 255) = 69.05%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=1.43%
G=69.05%
B=29.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3145620.9800.570.43144.9395.9529.02
Hex3913E620392B91601d
Octal3221761420715322114035
Binary11100100011111101100010011100110101110010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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