#03944A

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

Shades of Pigment Green #03944A

Tints of Pigment Green #03944A

Color information

#03944A (or 0x03944A) is unknown color: approx Pigment Green. HEX triplet: 03, 94 and 4A. RGB value is (3,148,74). Sum of RGB (Red+Green+Blue) = 3+148+74=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #03944A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03944A is #FC6BB5. Grayscale: #606060. Windows color (decimal): -16542646 or 4887555. OLE color: 4887555.

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

Color convert

RGB314874-
CMYK0.9800.500.42
HSL149.38º96.03%29.61%-
HSV(B)149.38º97.97%58.04%-
XYZ11.8621.6910.04-
YUV96.21115.4661.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 148 (58.20% from 255) = 65.78%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=1.33%
G=65.78%
B=32.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3148740.9800.500.42149.3896.0329.61
Hex3944A620322A95601e
Octal32241121420625222514036
Binary111001010010010101100010011001010101010010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03944A; }

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

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

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

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

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

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

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

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