Html Css Color HEX #03D048 Malachite

📋 copy color: '#03D048'

red 3 ◦ green 208 ◦ blue 72

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

Shades of Malachite #03D048

Tints of Malachite #03D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 1.06%
G = 73.5%
B = 25.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#03D048 (or 0x03D048) is known color: Malachite. HEX triplet: 03, D0 and 48. RGB value is (3,208,72). Sum of RGB (Red+Green+Blue) = 3+208+72=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #03D048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D048 is #FC2FB7. Grayscale: #838383. Windows color (decimal): -16527288 or 4771843. OLE color: 4771843.

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

Color convert

RGB 3 208 72 -
CMYK 0.99 0 0.65 0.18
HSL 140.2º 0.97% 0.41% -
HSV(B) 140.2º 0.99% 0.82% -
XYZ 23.76 45.6 13.68 -
YUV 131.2 94.58 36.56 -
System Red Green Blue C M Y K H S L
Decimal 3 208 72 0.99 0 0.65 0.18 140.2 0.97 0.41
Hex 3 D0 48 63 0 41 12 8C 61 29
Octal 3 320 110 143 0 101 22 214 141 51
Binary 11 11010000 1001000 1100011 0 1000001 10010 10001100 1100001 101001

Color Harmonies of #03D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D048

Black with #03D048

Text Example


Text Example

White with #03D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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