Html Css Color HEX #03D070 Malachite

📋 copy color: '#03D070'

red 3 ◦ green 208 ◦ blue 112

#03D070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #03D070

Tints of Malachite #03D070

RGB

 RED value IS 3 (1.56% from 255) = 0.93%

 GREEN value IS 208 (81.64% from 255) = 64.4%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 0.93%
G = 64.4%
B = 34.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#03D070 (or 0x03D070) is known color: Malachite. HEX triplet: 03, D0 and 70. RGB value is (3,208,112). Sum of RGB (Red+Green+Blue) = 3+208+112=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #03D070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D070 is #FC2F8F. Grayscale: #878787. Windows color (decimal): -16527248 or 7393283. OLE color: 7393283.

HSL color Cylindrical-coordinate representation of color #03D070: hue angle of 151.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D070 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 208 112 -
CMYK 0.99 0 0.46 0.18
HSL 151.9º 0.97% 0.41% -
HSV(B) 151.9º 0.99% 0.82% -
XYZ 25.52 46.3 22.92 -
YUV 135.76 114.58 33.31 -
System Red Green Blue C M Y K H S L
Decimal 3 208 112 0.99 0 0.46 0.18 151.9 0.97 0.41
Hex 3 D0 70 63 0 2E 12 98 61 29
Octal 3 320 160 143 0 56 22 230 141 51
Binary 11 11010000 1110000 1100011 0 101110 10010 10011000 1100001 101001

Color Harmonies of #03D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D070

Black with #03D070

Text Example


Text Example

White with #03D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,112); }

 H1.HeaderClassName
 {
   color: #03D070;
 }
 .AnyTagClassName
 {
   color: #03D070;
 }
</style>

background-color css

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

 a { background-color: rgb(3,208,112); }

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

border-color css

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

 span { border-color: rgb(3,208,112); }

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