#03B65B

Color #03B65B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #03B65B

Tints of Pigment Green #03B65B

Color information

#03B65B (or 0x03B65B) is unknown color: approx Pigment Green. HEX triplet: 03, B6 and 5B. RGB value is (3,182,91). Sum of RGB (Red+Green+Blue) = 3+182+91=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #03B65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B65B is #FC49A4. Grayscale: #767676. Windows color (decimal): -16533925 or 6010371. OLE color: 6010371.

HSL color Cylindrical-coordinate representation of color #03B65B: hue angle of 149.5º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B65B is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB318291-
CMYK0.9800.50.29
HSL149.5º96.76%36.27%-
HSV(B)149.5º98.35%71.37%-
XYZ18.6534.2315.52-
YUV118.1112.745.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 182 (71.48% from 255) = 65.94%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=1.09%
G=65.94%
B=32.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3182910.9800.50.29149.596.7636.27
Hex3B65B620321D956124
Octal32661331420623522514144
Binary111011011010110111100010011001011101100101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B65B; }

 p { color: rgb(3,182,91); }

 H1.HeaderClassName
 {
   color: #03B65B;
 }
 .AnyTagClassName
 {
   color: #03B65B;
 }
</style>
background-color css

<style>
 a { background-color: #03B65B; }

 a { background-color: rgb(3,182,91); }

 div.DivClassName
 {
   background-color: #03B65B;
 }
 .BgClassName
 {
   background-color: #03B65B;
 }
</style>
border-color css

<style>
 span { border-color: #03B65B; }

 span { border-color: rgb(3,182,91); }

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