#039148

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

Shades of Pigment Green #039148

Tints of Pigment Green #039148

Color information

#039148 (or 0x039148) is unknown color: approx Pigment Green. HEX triplet: 03, 91 and 48. RGB value is (3,145,72). Sum of RGB (Red+Green+Blue) = 3+145+72=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #039148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039148 is #FC6EB7. Grayscale: #5E5E5E. Windows color (decimal): -16543416 or 4755715. OLE color: 4755715.

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

Color convert

RGB314572-
CMYK0.9800.500.43
HSL149.15º95.95%29.02%-
HSV(B)149.15º97.93%56.86%-
XYZ11.3320.749.54-
YUV94.22115.4662.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 145 (57.03% from 255) = 65.91%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=1.36%
G=65.91%
B=32.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3145720.9800.500.43149.1595.9529.02
Hex39148620322B95601d
Octal32211101420625322514035
Binary111001000110010001100010011001010101110010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039148; }

 p { color: rgb(3,145,72); }

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

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

 a { background-color: rgb(3,145,72); }

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

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

 span { border-color: rgb(3,145,72); }

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