#03D342

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

Shades of Malachite #03D342

Tints of Malachite #03D342

Color information

#03D342 (or 0x03D342) is unknown color: approx Malachite. HEX triplet: 03, D3 and 42. RGB value is (3,211,66). Sum of RGB (Red+Green+Blue) = 3+211+66=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 211 (82.81% from 255 or 75.36% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 211 - color contains mainly: green. Hex color #03D342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D342 is #FC2CBD. Grayscale: #848484. Windows color (decimal): -16526526 or 4379395. OLE color: 4379395.

HSL color Cylindrical-coordinate representation of color #03D342: hue angle of 138.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D342 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB321166-
CMYK0.9900.690.17
HSL138.17º97.2%41.96%-
HSV(B)138.17º98.58%82.75%-
XYZ24.324712.94-
YUV132.2890.5935.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 211 (82.81% from 255) = 75.36%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=1.07%
G=75.36%
B=23.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3211660.9900.690.17138.1797.241.96
Hex3D34263045118a612a
Octal332310214301052121214152
Binary1111010011100001011000110100010110001100010101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,211,66); }

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

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

 a { background-color: rgb(3,211,66); }

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

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

 span { border-color: rgb(3,211,66); }

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