#03A340

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

Shades of Pigment Green #03A340

Tints of Pigment Green #03A340

Color information

#03A340 (or 0x03A340) is unknown color: approx Pigment Green. HEX triplet: 03, A3 and 40. RGB value is (3,163,64). Sum of RGB (Red+Green+Blue) = 3+163+64=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #03A340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A340 is #FC5CBF. Grayscale: #686868. Windows color (decimal): -16538816 or 4236035. OLE color: 4236035.

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

Color convert

RGB316364-
CMYK0.9800.610.36
HSL142.88º96.39%32.55%-
HSV(B)142.88º98.16%63.92%-
XYZ14.0626.589.24-
YUV103.87105.4956.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 163 (64.06% from 255) = 70.87%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=1.30%
G=70.87%
B=27.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3163640.9800.610.36142.8896.3932.55
Hex3A3406203D248f6021
Octal32431001420754421714041
Binary1110100011100000011000100111101100100100011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,163,64); }

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

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

 a { background-color: rgb(3,163,64); }

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

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

 span { border-color: rgb(3,163,64); }

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