#03963F

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

Shades of Pigment Green #03963F

Tints of Pigment Green #03963F

Color information

#03963F (or 0x03963F) is unknown color: approx Pigment Green. HEX triplet: 03, 96 and 3F. RGB value is (3,150,63). Sum of RGB (Red+Green+Blue) = 3+150+63=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #03963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963F is #FC69C0. Grayscale: #606060. Windows color (decimal): -16542145 or 4167171. OLE color: 4167171.

HSL color Cylindrical-coordinate representation of color #03963F: hue angle of 144.49º 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 #03963F is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB315063-
CMYK0.9800.580.41
HSL144.49º96.08%30%-
HSV(B)144.49º98%58.82%-
XYZ11.8422.198.36-
YUV96.13109.361.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 150 (58.98% from 255) = 69.44%
BLUE value IS 63 (25% from 255) = 29.17%
R=1.39%
G=69.44%
B=29.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150630.9800.580.41144.4996.0830
Hex3963F6203A2990601e
Octal3226771420725122014036
Binary11100101101111111100010011101010100110010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03963F; }

 p { color: rgb(3,150,63); }

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

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

 a { background-color: rgb(3,150,63); }

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

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

 span { border-color: rgb(3,150,63); }

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