#039041

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

Shades of Pigment Green #039041

Tints of Pigment Green #039041

Color information

#039041 (or 0x039041) is unknown color: approx Pigment Green. HEX triplet: 03, 90 and 41. RGB value is (3,144,65). Sum of RGB (Red+Green+Blue) = 3+144+65=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #039041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039041 is #FC6FBE. Grayscale: #5D5D5D. Windows color (decimal): -16543679 or 4296707. OLE color: 4296707.

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

Color convert

RGB314465-
CMYK0.9800.550.44
HSL146.38º95.92%28.82%-
HSV(B)146.38º97.92%56.47%-
XYZ10.9620.358.35-
YUV92.84112.2963.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 144 (56.64% from 255) = 67.92%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=1.42%
G=67.92%
B=30.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3144650.9800.550.44146.3895.9228.82
Hex39041620372C92601d
Octal32201011420675422214035
Binary111001000010000011100010011011110110010010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039041; }

 p { color: rgb(3,144,65); }

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

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

 a { background-color: rgb(3,144,65); }

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

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

 span { border-color: rgb(3,144,65); }

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