Html Css Color HEX #03963E Pigment Green

📋 copy color: '#03963E'

red 3 ◦ green 150 ◦ blue 62

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

Shades of Pigment Green #03963E

Tints of Pigment Green #03963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 1.4%
G = 69.77%
B = 28.84%

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

#03963E (or 0x03963E) is known color: Pigment Green. HEX triplet: 03, 96 and 3E. RGB value is (3,150,62). Sum of RGB (Red+Green+Blue) = 3+150+62=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #03963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963E is #FC69C1. Grayscale: #606060. Windows color (decimal): -16542146 or 4101635. OLE color: 4101635.

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

Color convert

RGB 3 150 62 -
CMYK 0.98 0 0.59 0.41
HSL 144.08º 0.96% 0.3% -
HSV(B) 144.08º 0.98% 0.59% -
XYZ 11.81 22.18 8.22 -
YUV 96.02 108.8 61.66 -
System Red Green Blue C M Y K H S L
Decimal 3 150 62 0.98 0 0.59 0.41 144.08 0.96 0.3
Hex 3 96 3E 62 0 3B 29 90 60 1E
Octal 3 226 76 142 0 73 51 220 140 36
Binary 11 10010110 111110 1100010 0 111011 101001 10010000 1100000 11110

Color Harmonies of #03963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03963E

Black with #03963E

Text Example


Text Example

White with #03963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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