Html Css Color HEX #03963D Pigment Green

📋 copy color: '#03963D'

red 3 ◦ green 150 ◦ blue 61

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

Shades of Pigment Green #03963D

Tints of Pigment Green #03963D

RGB

 RED value IS 3 (1.56% from 255) = 1.4%

 GREEN value IS 150 (58.98% from 255) = 70.09%

 BLUE value IS 61 (24.22% from 255) = 28.5%

R = 1.4%
G = 70.09%
B = 28.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#03963D (or 0x03963D) is known color: Pigment Green. HEX triplet: 03, 96 and 3D. RGB value is (3,150,61). Sum of RGB (Red+Green+Blue) = 3+150+61=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #03963D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963D is #FC69C2. Grayscale: #606060. Windows color (decimal): -16542147 or 4036099. OLE color: 4036099.

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

Color convert

RGB 3 150 61 -
CMYK 0.98 0 0.59 0.41
HSL 143.67º 0.96% 0.3% -
HSV(B) 143.67º 0.98% 0.59% -
XYZ 11.79 22.17 8.07 -
YUV 95.9 108.3 61.74 -
System Red Green Blue C M Y K H S L
Decimal 3 150 61 0.98 0 0.59 0.41 143.67 0.96 0.3
Hex 3 96 3D 62 0 3B 29 90 60 1E
Octal 3 226 75 142 0 73 51 220 140 36
Binary 11 10010110 111101 1100010 0 111011 101001 10010000 1100000 11110

Color Harmonies of #03963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03963D

Black with #03963D

Text Example


Text Example

White with #03963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03963D;
 }
 .AnyTagClassName
 {
   color: #03963D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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