Html Css Color HEX #02D047 Malachite

📋 copy color: '#02D047'

red 2 ◦ green 208 ◦ blue 71

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

Shades of Malachite #02D047

Tints of Malachite #02D047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 0.71%
G = 74.02%
B = 25.27%

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

#02D047 (or 0x02D047) is known color: Malachite. HEX triplet: 02, D0 and 47. RGB value is (2,208,71). Sum of RGB (Red+Green+Blue) = 2+208+71=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #02D047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D047 is #FD2FB8. Grayscale: #838383. Windows color (decimal): -16592825 or 4706306. OLE color: 4706306.

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

Color convert

RGB 2 208 71 -
CMYK 0.99 0 0.66 0.18
HSL 140.1º 0.98% 0.41% -
HSV(B) 140.1º 0.99% 0.82% -
XYZ 23.72 45.58 13.51 -
YUV 130.79 94.25 36.14 -
System Red Green Blue C M Y K H S L
Decimal 2 208 71 0.99 0 0.66 0.18 140.1 0.98 0.41
Hex 2 D0 47 63 0 42 12 8C 62 29
Octal 2 320 107 143 0 102 22 214 142 51
Binary 10 11010000 1000111 1100011 0 1000010 10010 10001100 1100010 101001

Color Harmonies of #02D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D047

Black with #02D047

Text Example


Text Example

White with #02D047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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