Html Css Color HEX #03963C Pigment Green

📋 copy color: '#03963C'

red 3 ◦ green 150 ◦ blue 60

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

Shades of Pigment Green #03963C

Tints of Pigment Green #03963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 1.41%
G = 70.42%
B = 28.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#03963C (or 0x03963C) is known color: Pigment Green. HEX triplet: 03, 96 and 3C. RGB value is (3,150,60). Sum of RGB (Red+Green+Blue) = 3+150+60=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #03963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963C is #FC69C3. Grayscale: #606060. Windows color (decimal): -16542148 or 3970563. OLE color: 3970563.

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

Color convert

RGB 3 150 60 -
CMYK 0.98 0 0.6 0.41
HSL 143.27º 0.96% 0.3% -
HSV(B) 143.27º 0.98% 0.59% -
XYZ 11.76 22.16 7.93 -
YUV 95.79 107.8 61.82 -
System Red Green Blue C M Y K H S L
Decimal 3 150 60 0.98 0 0.6 0.41 143.27 0.96 0.3
Hex 3 96 3C 62 0 3C 29 8F 60 1E
Octal 3 226 74 142 0 74 51 217 140 36
Binary 11 10010110 111100 1100010 0 111100 101001 10001111 1100000 11110

Color Harmonies of #03963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03963C

Black with #03963C

Text Example


Text Example

White with #03963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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