#03B15A

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

Shades of Pigment Green #03B15A

Tints of Pigment Green #03B15A

Color information

#03B15A (or 0x03B15A) is unknown color: approx Pigment Green. HEX triplet: 03, B1 and 5A. RGB value is (3,177,90). Sum of RGB (Red+Green+Blue) = 3+177+90=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #03B15A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B15A is #FC4EA5. Grayscale: #737373. Windows color (decimal): -16535206 or 5943555. OLE color: 5943555.

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

Color convert

RGB317790-
CMYK0.9800.490.31
HSL150º96.67%35.29%-
HSV(B)150º98.31%69.41%-
XYZ17.6132.214.96-
YUV115.06113.8548.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 177 (69.53% from 255) = 65.56%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=1.11%
G=65.56%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3177900.9800.490.3115096.6735.29
Hex3B15A620311F966123
Octal32611321420613722614143
Binary111011000110110101100010011000111111100101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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