#03B650

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

Shades of Pigment Green #03B650

Tints of Pigment Green #03B650

Color information

#03B650 (or 0x03B650) is unknown color: approx Pigment Green. HEX triplet: 03, B6 and 50. RGB value is (3,182,80). Sum of RGB (Red+Green+Blue) = 3+182+80=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #03B650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B650 is #FC49AF. Grayscale: #757575. Windows color (decimal): -16533936 or 5289475. OLE color: 5289475.

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

Color convert

RGB318280-
CMYK0.9800.560.29
HSL145.81º96.76%36.27%-
HSV(B)145.81º98.35%71.37%-
XYZ18.2134.0513.2-
YUV116.85107.246.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 182 (71.48% from 255) = 68.68%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=1.13%
G=68.68%
B=30.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3182800.9800.560.29145.8196.7636.27
Hex3B650620381D926124
Octal32661201420703522214144
Binary111011011010100001100010011100011101100100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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