Html Css Color HEX #03D072 Malachite

📋 copy color: '#03D072'

red 3 ◦ green 208 ◦ blue 114

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

Shades of Malachite #03D072

Tints of Malachite #03D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 0.92%
G = 64%
B = 35.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#03D072 (or 0x03D072) is known color: Malachite. HEX triplet: 03, D0 and 72. RGB value is (3,208,114). Sum of RGB (Red+Green+Blue) = 3+208+114=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #03D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D072 is #FC2F8D. Grayscale: #888888. Windows color (decimal): -16527246 or 7524355. OLE color: 7524355.

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

Color convert

RGB 3 208 114 -
CMYK 0.99 0 0.45 0.18
HSL 152.49º 0.97% 0.41% -
HSV(B) 152.49º 0.99% 0.82% -
XYZ 25.63 46.35 23.51 -
YUV 135.99 115.58 33.14 -
System Red Green Blue C M Y K H S L
Decimal 3 208 114 0.99 0 0.45 0.18 152.49 0.97 0.41
Hex 3 D0 72 63 0 2D 12 98 61 29
Octal 3 320 162 143 0 55 22 230 141 51
Binary 11 11010000 1110010 1100011 0 101101 10010 10011000 1100001 101001

Color Harmonies of #03D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D072

Black with #03D072

Text Example


Text Example

White with #03D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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