#03F03E

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

Shades of Malachite #03F03E

Tints of Malachite #03F03E

Color information

#03F03E (or 0x03F03E) is unknown color: approx Malachite. HEX triplet: 03, F0 and 3E. RGB value is (3,240,62). Sum of RGB (Red+Green+Blue) = 3+240+62=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 240 (94.14% from 255 or 78.69% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 240 - color contains mainly: green. Hex color #03F03E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F03E is #FC0FC1. Grayscale: #959595. Windows color (decimal): -16519106 or 4124675. OLE color: 4124675.

HSL color Cylindrical-coordinate representation of color #03F03E: hue angle of 134.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F03E is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB324062-
CMYK0.9900.740.06
HSL134.94º97.53%47.65%-
HSV(B)134.94º98.75%94.12%-
XYZ32.0762.6914.97-
YUV148.8478.9823.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 240 (94.14% from 255) = 78.69%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=0.98%
G=78.69%
B=20.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3240620.9900.740.06134.9497.5347.65
Hex3F03E6304A6876230
Octal3360761430112620714260
Binary1111110000111110110001101001010110100001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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