#03F03F

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

Shades of Malachite #03F03F

Tints of Malachite #03F03F

Color information

#03F03F (or 0x03F03F) is unknown color: approx Malachite. HEX triplet: 03, F0 and 3F. RGB value is (3,240,63). Sum of RGB (Red+Green+Blue) = 3+240+63=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #03F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F03F is #FC0FC0. Grayscale: #959595. Windows color (decimal): -16519105 or 4190211. OLE color: 4190211.

HSL color Cylindrical-coordinate representation of color #03F03F: hue angle of 135.19º 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 #03F03F is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB324063-
CMYK0.9900.740.06
HSL135.19º97.53%47.65%-
HSV(B)135.19º98.75%94.12%-
XYZ32.0962.715.11-
YUV148.9679.4823.89-

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.43%
BLUE value IS 63 (25% from 255) = 20.59%
R=0.98%
G=78.43%
B=20.59%

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
Decimal3240630.9900.740.06135.1997.5347.65
Hex3F03F6304A6876230
Octal3360771430112620714260
Binary1111110000111111110001101001010110100001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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