#03B64F

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

Shades of Pigment Green #03B64F

Tints of Pigment Green #03B64F

Color information

#03B64F (or 0x03B64F) is unknown color: approx Pigment Green. HEX triplet: 03, B6 and 4F. RGB value is (3,182,79). Sum of RGB (Red+Green+Blue) = 3+182+79=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #03B64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B64F is #FC49B0. Grayscale: #747474. Windows color (decimal): -16533937 or 5223939. OLE color: 5223939.

HSL color Cylindrical-coordinate representation of color #03B64F: hue angle of 145.47º 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 #03B64F is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB318279-
CMYK0.9800.570.29
HSL145.47º96.76%36.27%-
HSV(B)145.47º98.35%71.37%-
XYZ18.1834.0413.01-
YUV116.74106.746.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 182 (71.48% from 255) = 68.94%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=1.14%
G=68.94%
B=29.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3182790.9800.570.29145.4796.7636.27
Hex3B64F620391D916124
Octal32661171420713522114144
Binary111011011010011111100010011100111101100100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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