Html Css Color HEX #03D274 Malachite

📋 copy color: '#03D274'

red 3 ◦ green 210 ◦ blue 116

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

Shades of Malachite #03D274

Tints of Malachite #03D274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 0.91%
G = 63.83%
B = 35.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#03D274 (or 0x03D274) is known color: Malachite. HEX triplet: 03, D2 and 74. RGB value is (3,210,116). Sum of RGB (Red+Green+Blue) = 3+210+116=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #03D274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D274 is #FC2D8B. Grayscale: #898989. Windows color (decimal): -16526732 or 7655939. OLE color: 7655939.

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

Color convert

RGB 3 210 116 -
CMYK 0.99 0 0.45 0.18
HSL 152.75º 0.97% 0.42% -
HSV(B) 152.75º 0.99% 0.82% -
XYZ 26.24 47.37 24.28 -
YUV 137.39 115.92 32.14 -
System Red Green Blue C M Y K H S L
Decimal 3 210 116 0.99 0 0.45 0.18 152.75 0.97 0.42
Hex 3 D2 74 63 0 2D 12 99 61 2A
Octal 3 322 164 143 0 55 22 231 141 52
Binary 11 11010010 1110100 1100011 0 101101 10010 10011001 1100001 101010

Color Harmonies of #03D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D274

Black with #03D274

Text Example


Text Example

White with #03D274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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