Html Css Color HEX #03D248 Malachite

📋 copy color: '#03D248'

red 3 ◦ green 210 ◦ blue 72

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

Shades of Malachite #03D248

Tints of Malachite #03D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 73.68%

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

R = 1.05%
G = 73.68%
B = 25.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#03D248 (or 0x03D248) is known color: Malachite. HEX triplet: 03, D2 and 48. RGB value is (3,210,72). Sum of RGB (Red+Green+Blue) = 3+210+72=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #03D248 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D248 is #FC2DB7. Grayscale: #848484. Windows color (decimal): -16526776 or 4772355. OLE color: 4772355.

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

Color convert

RGB 3 210 72 -
CMYK 0.99 0 0.66 0.18
HSL 140º 0.97% 0.42% -
HSV(B) 140º 0.99% 0.82% -
XYZ 24.25 46.58 13.84 -
YUV 132.38 93.92 35.72 -
System Red Green Blue C M Y K H S L
Decimal 3 210 72 0.99 0 0.66 0.18 140 0.97 0.42
Hex 3 D2 48 63 0 42 12 8C 61 2A
Octal 3 322 110 143 0 102 22 214 141 52
Binary 11 11010010 1001000 1100011 0 1000010 10010 10001100 1100001 101010

Color Harmonies of #03D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D248

Black with #03D248

Text Example


Text Example

White with #03D248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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