#03A448

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

Shades of Pigment Green #03A448

Tints of Pigment Green #03A448

Color information

#03A448 (or 0x03A448) is unknown color: approx Pigment Green. HEX triplet: 03, A4 and 48. RGB value is (3,164,72). Sum of RGB (Red+Green+Blue) = 3+164+72=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 164 (64.45% from 255 or 68.62% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 164 - color contains mainly: green. Hex color #03A448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A448 is #FC5BB7. Grayscale: #696969. Windows color (decimal): -16538552 or 4760579. OLE color: 4760579.

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

Color convert

RGB316472-
CMYK0.9800.560.36
HSL145.71º96.41%32.75%-
HSV(B)145.71º98.17%64.31%-
XYZ14.4827.0410.59-
YUV105.37109.1654.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 164 (64.45% from 255) = 68.62%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=1.26%
G=68.62%
B=30.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3164720.9800.560.36145.7196.4132.75
Hex3A4486203824926021
Octal32441101420704422214041
Binary1110100100100100011000100111000100100100100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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