Html Css Color HEX #01D349 Malachite

📋 copy color: '#01D349'

red 1 ◦ green 211 ◦ blue 73

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

Shades of Malachite #01D349

Tints of Malachite #01D349

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

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

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 0.35%
G = 74.04%
B = 25.61%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#01D349 (or 0x01D349) is known color: Malachite. HEX triplet: 01, D3 and 49. RGB value is (1,211,73). Sum of RGB (Red+Green+Blue) = 1+211+73=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 211 (82.81% from 255 or 74.04% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 211 - color contains mainly: green. Hex color #01D349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D349 is #FE2CB6. Grayscale: #848484. Windows color (decimal): -16657591 or 4838145. OLE color: 4838145.

HSL color Cylindrical-coordinate representation of color #01D349: hue angle of 140.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D349 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 211 73 -
CMYK 1.00 0 0.65 0.17
HSL 140.57º 0.99% 0.42% -
HSV(B) 140.57º 1% 0.83% -
XYZ 24.51 47.08 14.1 -
YUV 132.48 94.43 34.22 -
System Red Green Blue C M Y K H S L
Decimal 1 211 73 1.00 0 0.65 0.17 140.57 0.99 0.42
Hex 1 D3 49 64 0 41 11 8D 63 2A
Octal 1 323 111 144 0 101 21 215 143 52
Binary 1 11010011 1001001 1100100 0 1000001 10001 10001101 1100011 101010

Color Harmonies of #01D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D349

Black with #01D349

Text Example


Text Example

White with #01D349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D349; }

 p { color: rgb(1,211,73); }

 H1.HeaderClassName
 {
   color: #01D349;
 }
 .AnyTagClassName
 {
   color: #01D349;
 }
</style>

background-color css

<style>
 a { background-color: #01D349; }

 a { background-color: rgb(1,211,73); }

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

border-color css

<style>
 span { border-color: #01D349; }

 span { border-color: rgb(1,211,73); }

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