Html Css Color HEX #03F248 Malachite

📋 copy color: '#03F248'

red 3 ◦ green 242 ◦ blue 72

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

Shades of Malachite #03F248

Tints of Malachite #03F248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.34%

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

R = 0.95%
G = 76.34%
B = 22.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#03F248 (or 0x03F248) is known color: Malachite. HEX triplet: 03, F2 and 48. RGB value is (3,242,72). Sum of RGB (Red+Green+Blue) = 3+242+72=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #03F248 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F248 is #FC0DB7. Grayscale: #979797. Windows color (decimal): -16518584 or 4780547. OLE color: 4780547.

HSL color Cylindrical-coordinate representation of color #03F248: hue angle of 137.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F248 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 242 72 -
CMYK 0.99 0 0.70 0.05
HSL 137.32º 0.98% 0.48% -
HSV(B) 137.32º 0.99% 0.95% -
XYZ 32.96 63.99 16.75 -
YUV 151.16 83.32 22.32 -
System Red Green Blue C M Y K H S L
Decimal 3 242 72 0.99 0 0.70 0.05 137.32 0.98 0.48
Hex 3 F2 48 63 0 46 5 89 62 30
Octal 3 362 110 143 0 106 5 211 142 60
Binary 11 11110010 1001000 1100011 0 1000110 101 10001001 1100010 110000

Color Harmonies of #03F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F248

Black with #03F248

Text Example


Text Example

White with #03F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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