Html Css Color HEX #03963A Pigment Green

📋 copy color: '#03963A'

red 3 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #03963A

Tints of Pigment Green #03963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 1.42%
G = 71.09%
B = 27.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#03963A (or 0x03963A) is known color: Pigment Green. HEX triplet: 03, 96 and 3A. RGB value is (3,150,58). Sum of RGB (Red+Green+Blue) = 3+150+58=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #03963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963A is #FC69C5. Grayscale: #5F5F5F. Windows color (decimal): -16542150 or 3839491. OLE color: 3839491.

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

Color convert

RGB 3 150 58 -
CMYK 0.98 0 0.61 0.41
HSL 142.45º 0.96% 0.3% -
HSV(B) 142.45º 0.98% 0.59% -
XYZ 11.71 22.14 7.66 -
YUV 95.56 106.8 61.98 -
System Red Green Blue C M Y K H S L
Decimal 3 150 58 0.98 0 0.61 0.41 142.45 0.96 0.3
Hex 3 96 3A 62 0 3D 29 8E 60 1E
Octal 3 226 72 142 0 75 51 216 140 36
Binary 11 10010110 111010 1100010 0 111101 101001 10001110 1100000 11110

Color Harmonies of #03963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03963A

Black with #03963A

Text Example


Text Example

White with #03963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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