#03B44D

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

Shades of Pigment Green #03B44D

Tints of Pigment Green #03B44D

Color information

#03B44D (or 0x03B44D) is unknown color: approx Pigment Green. HEX triplet: 03, B4 and 4D. RGB value is (3,180,77). Sum of RGB (Red+Green+Blue) = 3+180+77=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #03B44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B44D is #FC4BB2. Grayscale: #737373. Windows color (decimal): -16534451 or 5092355. OLE color: 5092355.

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

Color convert

RGB318077-
CMYK0.9800.570.29
HSL145.08º96.72%35.88%-
HSV(B)145.08º98.33%70.59%-
XYZ17.733.212.5-
YUV115.34106.3647.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 180 (70.70% from 255) = 69.23%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=1.15%
G=69.23%
B=29.62%

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
Decimal3180770.9800.570.29145.0896.7235.88
Hex3B44D620391D916124
Octal32641151420713522114144
Binary111011010010011011100010011100111101100100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,180,77); }

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

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

 a { background-color: rgb(3,180,77); }

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

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

 span { border-color: rgb(3,180,77); }

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