Html Css Color HEX #03D34A Malachite

📋 copy color: '#03D34A'

red 3 ◦ green 211 ◦ blue 74

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

Shades of Malachite #03D34A

Tints of Malachite #03D34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.26%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 1.04%
G = 73.26%
B = 25.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#03D34A (or 0x03D34A) is known color: Malachite. HEX triplet: 03, D3 and 4A. RGB value is (3,211,74). Sum of RGB (Red+Green+Blue) = 3+211+74=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #03D34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D34A is #FC2CB5. Grayscale: #858585. Windows color (decimal): -16526518 or 4903683. OLE color: 4903683.

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

Color convert

RGB 3 211 74 -
CMYK 0.99 0 0.65 0.17
HSL 140.48º 0.97% 0.42% -
HSV(B) 140.48º 0.99% 0.83% -
XYZ 24.57 47.1 14.28 -
YUV 133.19 94.59 35.14 -
System Red Green Blue C M Y K H S L
Decimal 3 211 74 0.99 0 0.65 0.17 140.48 0.97 0.42
Hex 3 D3 4A 63 0 41 11 8C 61 2A
Octal 3 323 112 143 0 101 21 214 141 52
Binary 11 11010011 1001010 1100011 0 1000001 10001 10001100 1100001 101010

Color Harmonies of #03D34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D34A

Black with #03D34A

Text Example


Text Example

White with #03D34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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