#03B14F

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

Shades of Pigment Green #03B14F

Tints of Pigment Green #03B14F

Color information

#03B14F (or 0x03B14F) is unknown color: approx Pigment Green. HEX triplet: 03, B1 and 4F. RGB value is (3,177,79). Sum of RGB (Red+Green+Blue) = 3+177+79=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 177 (69.53% from 255 or 68.34% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 177 - color contains mainly: green. Hex color #03B14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B14F is #FC4EB0. Grayscale: #727272. Windows color (decimal): -16535217 or 5222659. OLE color: 5222659.

HSL color Cylindrical-coordinate representation of color #03B14F: hue angle of 146.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B14F is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB317779-
CMYK0.9800.550.31
HSL146.21º96.67%35.29%-
HSV(B)146.21º98.31%69.41%-
XYZ17.1732.0312.67-
YUV113.8108.3548.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 177 (69.53% from 255) = 68.34%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=1.16%
G=68.34%
B=30.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3177790.9800.550.31146.2196.6735.29
Hex3B14F620371F926123
Octal32611171420673722214143
Binary111011000110011111100010011011111111100100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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