#03914D

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

Shades of Pigment Green #03914D

Tints of Pigment Green #03914D

Color information

#03914D (or 0x03914D) is unknown color: approx Pigment Green. HEX triplet: 03, 91 and 4D. RGB value is (3,145,77). Sum of RGB (Red+Green+Blue) = 3+145+77=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #03914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03914D is #FC6EB2. Grayscale: #5E5E5E. Windows color (decimal): -16543411 or 5083395. OLE color: 5083395.

HSL color Cylindrical-coordinate representation of color #03914D: hue angle of 151.27º 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 #03914D is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB314577-
CMYK0.9800.470.43
HSL151.27º95.95%29.02%-
HSV(B)151.27º97.93%56.86%-
XYZ11.520.8110.43-
YUV94.79117.9662.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 145 (57.03% from 255) = 64.44%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=1.33%
G=64.44%
B=34.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3145770.9800.470.43151.2795.9529.02
Hex3914D6202F2B97601d
Octal32211151420575322714035
Binary111001000110011011100010010111110101110010111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03914D; }

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

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

<style>
 a { background-color: #03914D; }

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

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

<style>
 span { border-color: #03914D; }

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

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