Html Css Color HEX #03963F Pigment Green

📋 copy color: '#03963F'

red 3 ◦ green 150 ◦ blue 63

#03963F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #03963F

Tints of Pigment Green #03963F

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 value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#03963F (or 0x03963F) is known color: 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

RGB 3 150 63 -
CMYK 0.98 0 0.58 0.41
HSL 144.49º 0.96% 0.3% -
HSV(B) 144.49º 0.98% 0.59% -
XYZ 11.84 22.19 8.36 -
YUV 96.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 3 150 63 0.98 0 0.58 0.41 144.49 0.96 0.3
Hex 3 96 3F 62 0 3A 29 90 60 1E
Octal 3 226 77 142 0 72 51 220 140 36
Binary 11 10010110 111111 1100010 0 111010 101001 10010000 1100000 11110

Color Harmonies of #03963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03963F

Black with #03963F

Text Example


Text Example

White with #03963F

Text Example


Text Example

HTML Codes & Css Web 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>