#03974C

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

Shades of Pigment Green #03974C

Tints of Pigment Green #03974C

Color information

#03974C (or 0x03974C) is unknown color: approx Pigment Green. HEX triplet: 03, 97 and 4C. RGB value is (3,151,76). Sum of RGB (Red+Green+Blue) = 3+151+76=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #03974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03974C is #FC68B3. Grayscale: #626262. Windows color (decimal): -16541876 or 5019395. OLE color: 5019395.

HSL color Cylindrical-coordinate representation of color #03974C: hue angle of 149.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03974C is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB315176-
CMYK0.9800.500.41
HSL149.59º96.1%30.2%-
HSV(B)149.59º98.01%59.22%-
XYZ12.4122.6710.56-
YUV98.2115.4760.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 151 (59.38% from 255) = 65.65%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=1.30%
G=65.65%
B=33.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3151760.9800.500.41149.5996.130.2
Hex3974C620322996601e
Octal32271141420625122614036
Binary111001011110011001100010011001010100110010110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03974C; }

 p { color: rgb(3,151,76); }

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

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

 a { background-color: rgb(3,151,76); }

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

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

 span { border-color: rgb(3,151,76); }

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