Html Css Color HEX #02D045 Malachite

📋 copy color: '#02D045'

red 2 ◦ green 208 ◦ blue 69

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

Shades of Malachite #02D045

Tints of Malachite #02D045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 0.72%
G = 74.55%
B = 24.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#02D045 (or 0x02D045) is known color: Malachite. HEX triplet: 02, D0 and 45. RGB value is (2,208,69). Sum of RGB (Red+Green+Blue) = 2+208+69=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #02D045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D045 is #FD2FBA. Grayscale: #828282. Windows color (decimal): -16592827 or 4575234. OLE color: 4575234.

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

Color convert

RGB 2 208 69 -
CMYK 0.99 0 0.67 0.18
HSL 139.51º 0.98% 0.41% -
HSV(B) 139.51º 0.99% 0.82% -
XYZ 23.66 45.55 13.18 -
YUV 130.56 93.25 36.3 -
System Red Green Blue C M Y K H S L
Decimal 2 208 69 0.99 0 0.67 0.18 139.51 0.98 0.41
Hex 2 D0 45 63 0 43 12 8C 62 29
Octal 2 320 105 143 0 103 22 214 142 51
Binary 10 11010000 1000101 1100011 0 1000011 10010 10001100 1100010 101001

Color Harmonies of #02D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D045

Black with #02D045

Text Example


Text Example

White with #02D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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