#03B65A

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

Shades of Pigment Green #03B65A

Tints of Pigment Green #03B65A

Color information

#03B65A (or 0x03B65A) is unknown color: approx Pigment Green. HEX triplet: 03, B6 and 5A. RGB value is (3,182,90). Sum of RGB (Red+Green+Blue) = 3+182+90=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #03B65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B65A is #FC49A5. Grayscale: #767676. Windows color (decimal): -16533926 or 5944835. OLE color: 5944835.

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

Color convert

RGB318290-
CMYK0.9800.510.29
HSL149.16º96.76%36.27%-
HSV(B)149.16º98.35%71.37%-
XYZ18.6134.2115.3-
YUV117.99112.245.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 182 (71.48% from 255) = 66.18%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=1.09%
G=66.18%
B=32.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3182900.9800.510.29149.1696.7636.27
Hex3B65A620331D956124
Octal32661321420633522514144
Binary111011011010110101100010011001111101100101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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