Html Css Color HEX #02D049 Malachite

📋 copy color: '#02D049'

red 2 ◦ green 208 ◦ blue 73

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

Shades of Malachite #02D049

Tints of Malachite #02D049

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

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

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

R = 0.71%
G = 73.5%
B = 25.8%

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

#02D049 (or 0x02D049) is known color: Malachite. HEX triplet: 02, D0 and 49. RGB value is (2,208,73). Sum of RGB (Red+Green+Blue) = 2+208+73=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #02D049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D049 is #FD2FB6. Grayscale: #838383. Windows color (decimal): -16592823 or 4837378. OLE color: 4837378.

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

Color convert

RGB 2 208 73 -
CMYK 0.99 0 0.65 0.18
HSL 140.68º 0.98% 0.41% -
HSV(B) 140.68º 0.99% 0.82% -
XYZ 23.78 45.61 13.85 -
YUV 131.02 95.25 35.98 -
System Red Green Blue C M Y K H S L
Decimal 2 208 73 0.99 0 0.65 0.18 140.68 0.98 0.41
Hex 2 D0 49 63 0 41 12 8D 62 29
Octal 2 320 111 143 0 101 22 215 142 51
Binary 10 11010000 1001001 1100011 0 1000001 10010 10001101 1100010 101001

Color Harmonies of #02D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D049

Black with #02D049

Text Example


Text Example

White with #02D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02D049; }

 p { color: rgb(2,208,73); }

 H1.HeaderClassName
 {
   color: #02D049;
 }
 .AnyTagClassName
 {
   color: #02D049;
 }
</style>

background-color css

<style>
 a { background-color: #02D049; }

 a { background-color: rgb(2,208,73); }

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

border-color css

<style>
 span { border-color: #02D049; }

 span { border-color: rgb(2,208,73); }

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