#039442

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

Shades of Pigment Green #039442

Tints of Pigment Green #039442

Color information

#039442 (or 0x039442) is unknown color: approx Pigment Green. HEX triplet: 03, 94 and 42. RGB value is (3,148,66). Sum of RGB (Red+Green+Blue) = 3+148+66=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #039442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039442 is #FC6BBD. Grayscale: #5F5F5F. Windows color (decimal): -16542654 or 4363267. OLE color: 4363267.

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

Color convert

RGB314866-
CMYK0.9800.550.42
HSL146.07º96.03%29.61%-
HSV(B)146.07º97.97%58.04%-
XYZ11.6121.598.71-
YUV95.3111.4662.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 148 (58.20% from 255) = 68.20%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=1.38%
G=68.20%
B=30.41%

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
Decimal3148660.9800.550.42146.0796.0329.61
Hex39442620372A92601e
Octal32241021420675222214036
Binary111001010010000101100010011011110101010010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039442; }

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

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

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

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

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

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

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

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