#03A43C

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

Shades of Pigment Green #03A43C

Tints of Pigment Green #03A43C

Color information

#03A43C (or 0x03A43C) is unknown color: approx Pigment Green. HEX triplet: 03, A4 and 3C. RGB value is (3,164,60). Sum of RGB (Red+Green+Blue) = 3+164+60=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #03A43C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A43C is #FC5BC3. Grayscale: #686868. Windows color (decimal): -16538564 or 3974147. OLE color: 3974147.

HSL color Cylindrical-coordinate representation of color #03A43C: hue angle of 141.24º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A43C is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB316460-
CMYK0.9800.630.36
HSL141.24º96.41%32.75%-
HSV(B)141.24º98.17%64.31%-
XYZ14.1326.98.72-
YUV104.01103.1655.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 164 (64.45% from 255) = 72.25%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=1.32%
G=72.25%
B=26.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3164600.9800.630.36141.2496.4132.75
Hex3A43C6203F248d6021
Octal3244741420774421514041
Binary111010010011110011000100111111100100100011011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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