#03954D

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

Shades of Pigment Green #03954D

Tints of Pigment Green #03954D

Color information

#03954D (or 0x03954D) is unknown color: approx Pigment Green. HEX triplet: 03, 95 and 4D. RGB value is (3,149,77). Sum of RGB (Red+Green+Blue) = 3+149+77=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #03954D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03954D is #FC6AB2. Grayscale: #616161. Windows color (decimal): -16542387 or 5084419. OLE color: 5084419.

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

Color convert

RGB314977-
CMYK0.9800.480.42
HSL150.41º96.05%29.8%-
HSV(B)150.41º97.99%58.43%-
XYZ12.1222.0510.64-
YUV97.14116.6360.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 149 (58.59% from 255) = 65.07%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=1.31%
G=65.07%
B=33.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3149770.9800.480.42150.4196.0529.8
Hex3954D620302A96601e
Octal32251151420605222614036
Binary111001010110011011100010011000010101010010110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03954D; }

 p { color: rgb(3,149,77); }

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

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

 a { background-color: rgb(3,149,77); }

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

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

 span { border-color: rgb(3,149,77); }

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