#03b03e

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

Shades of Dark Pastel Green #03B03E

Tints of Dark Pastel Green #03B03E

Color information

#03B03E (or 0x03B03E) is unknown color: approx Dark Pastel Green. HEX triplet: 03, B0 and 3E. RGB value is (3,176,62). Sum of RGB (Red+Green+Blue) = 3+176+62=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #03B03E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B03E is #FC4FC1. Grayscale: #6F6F6F. Windows color (decimal): -16535490 or 4108291. OLE color: 4108291.

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

Color convert

RGB317662-
CMYK0.9800.650.31
HSL140.46º96.65%35.1%-
HSV(B)140.46º98.3%69.02%-
XYZ16.4331.429.76-
YUV111.28100.1950.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 176 (69.14% from 255) = 73.03%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=1.24%
G=73.03%
B=25.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3176620.9800.650.31140.4696.6535.1
Hex3B03E620411F8c6123
Octal32607614201013721414143
Binary111011000011111011000100100000111111100011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03b03e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,176,62); }

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

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

 a { background-color: rgb(3,176,62); }

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

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

 span { border-color: rgb(3,176,62); }

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