#039342

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

Shades of Pigment Green #039342

Tints of Pigment Green #039342

Color information

#039342 (or 0x039342) is unknown color: approx Pigment Green. HEX triplet: 03, 93 and 42. RGB value is (3,147,66). Sum of RGB (Red+Green+Blue) = 3+147+66=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #039342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039342 is #FC6CBD. Grayscale: #5E5E5E. Windows color (decimal): -16542910 or 4363011. OLE color: 4363011.

HSL color Cylindrical-coordinate representation of color #039342: hue angle of 146.25º 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 #039342 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB314766-
CMYK0.9800.550.42
HSL146.25º96%29.41%-
HSV(B)146.25º97.96%57.65%-
XYZ11.4521.288.66-
YUV94.71111.7962.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 147 (57.81% from 255) = 68.06%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=1.39%
G=68.06%
B=30.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3147660.9800.550.42146.259629.41
Hex39342620372A92601d
Octal32231021420675222214035
Binary111001001110000101100010011011110101010010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039342; }

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

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

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

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

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

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

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

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