#039332

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

Shades of Pigment Green #039332

Tints of Pigment Green #039332

Color information

#039332 (or 0x039332) is unknown color: approx Pigment Green. HEX triplet: 03, 93 and 32. RGB value is (3,147,50). Sum of RGB (Red+Green+Blue) = 3+147+50=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #039332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039332 is #FC6CCD. Grayscale: #5D5D5D. Windows color (decimal): -16542926 or 3314435. OLE color: 3314435.

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

Color convert

RGB314750-
CMYK0.9800.660.42
HSL139.58º96%29.41%-
HSV(B)139.58º97.96%57.65%-
XYZ11.0521.126.51-
YUV92.89103.7963.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 147 (57.81% from 255) = 73.5%
BLUE value IS 50 (19.92% from 255) = 25%
R=1.5%
G=73.5%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3147500.9800.660.42139.589629.41
Hex39332620422A8c601d
Octal32236214201025221414035
Binary111001001111001011000100100001010101010001100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039332; }

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

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

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

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

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

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

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

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