#039340

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

Shades of Pigment Green #039340

Tints of Pigment Green #039340

Color information

#039340 (or 0x039340) is unknown color: approx Pigment Green. HEX triplet: 03, 93 and 40. RGB value is (3,147,64). Sum of RGB (Red+Green+Blue) = 3+147+64=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #039340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039340 is #FC6CBF. Grayscale: #5E5E5E. Windows color (decimal): -16542912 or 4231939. OLE color: 4231939.

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

Color convert

RGB314764-
CMYK0.9800.560.42
HSL145.42º96%29.41%-
HSV(B)145.42º97.96%57.65%-
XYZ11.421.268.35-
YUV94.48110.7962.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 147 (57.81% from 255) = 68.69%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=1.40%
G=68.69%
B=29.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3147640.9800.560.42145.429629.41
Hex39340620382A91601d
Octal32231001420705222114035
Binary111001001110000001100010011100010101010010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039340; }

 p { color: rgb(3,147,64); }

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

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

 a { background-color: rgb(3,147,64); }

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

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

 span { border-color: rgb(3,147,64); }

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