#03944E

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

Shades of Pigment Green #03944E

Tints of Pigment Green #03944E

Color information

#03944E (or 0x03944E) is unknown color: approx Pigment Green. HEX triplet: 03, 94 and 4E. RGB value is (3,148,78). Sum of RGB (Red+Green+Blue) = 3+148+78=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #03944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03944E is #FC6BB1. Grayscale: #606060. Windows color (decimal): -16542642 or 5149699. OLE color: 5149699.

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

Color convert

RGB314878-
CMYK0.9800.470.42
HSL151.03º96.03%29.61%-
HSV(B)151.03º97.97%58.04%-
XYZ1221.7510.77-
YUV96.66117.4661.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 148 (58.20% from 255) = 64.63%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=1.31%
G=64.63%
B=34.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3148780.9800.470.42151.0396.0329.61
Hex3944E6202F2A97601e
Octal32241161420575222714036
Binary111001010010011101100010010111110101010010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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