Html Css Color HEX #02D272 Malachite

📋 copy color: '#02D272'

red 2 ◦ green 210 ◦ blue 114

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

Shades of Malachite #02D272

Tints of Malachite #02D272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 0.61%
G = 64.42%
B = 34.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#02D272 (or 0x02D272) is known color: Malachite. HEX triplet: 02, D2 and 72. RGB value is (2,210,114). Sum of RGB (Red+Green+Blue) = 2+210+114=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #02D272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D272 is #FD2D8D. Grayscale: #898989. Windows color (decimal): -16592270 or 7524866. OLE color: 7524866.

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

Color convert

RGB 2 210 114 -
CMYK 0.99 0 0.46 0.18
HSL 152.31º 0.98% 0.42% -
HSV(B) 152.31º 0.99% 0.82% -
XYZ 26.11 47.32 23.68 -
YUV 136.86 115.09 31.81 -
System Red Green Blue C M Y K H S L
Decimal 2 210 114 0.99 0 0.46 0.18 152.31 0.98 0.42
Hex 2 D2 72 63 0 2E 12 98 62 2A
Octal 2 322 162 143 0 56 22 230 142 52
Binary 10 11010010 1110010 1100011 0 101110 10010 10011000 1100010 101010

Color Harmonies of #02D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D272

Black with #02D272

Text Example


Text Example

White with #02D272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,210,114); }

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

background-color css

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

 a { background-color: rgb(2,210,114); }

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

border-color css

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

 span { border-color: rgb(2,210,114); }

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