Html Css Color HEX #2BD76A Malachite

📋 copy color: '#2BD76A'

red 43 ◦ green 215 ◦ blue 106

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

Shades of Malachite #2BD76A

Tints of Malachite #2BD76A

RGB

 RED value IS 43 (17.19% from 255) = 11.81%

 GREEN value IS 215 (84.38% from 255) = 59.07%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 11.81%
G = 59.07%
B = 29.12%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#2BD76A (or 0x2BD76A) is known color: Malachite. HEX triplet: 2B, D7 and 6A. RGB value is (43,215,106). Sum of RGB (Red+Green+Blue) = 43+215+106=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD76A is #D42895. Grayscale: #979797. Windows color (decimal): -13904022 or 7001899. OLE color: 7001899.

HSL color Cylindrical-coordinate representation of color #2BD76A: hue angle of 141.98º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD76A is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 106 -
CMYK 0.8 0 0.51 0.16
HSL 141.98º 0.68% 0.51% -
HSV(B) 141.98º 0.8% 0.84% -
XYZ 27.9 50.16 21.85 -
YUV 151.15 102.52 50.86 -
System Red Green Blue C M Y K H S L
Decimal 43 215 106 0.8 0 0.51 0.16 141.98 0.68 0.51
Hex 2B D7 6A 50 0 33 10 8E 44 33
Octal 53 327 152 120 0 63 20 216 104 63
Binary 101011 11010111 1101010 1010000 0 110011 10000 10001110 1000100 110011

Color Harmonies of #2BD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD76A

Black with #2BD76A

Text Example


Text Example

White with #2BD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BD76A; }

 p { color: rgb(43,215,106); }

 H1.HeaderClassName
 {
   color: #2BD76A;
 }
 .AnyTagClassName
 {
   color: #2BD76A;
 }
</style>

background-color css

<style>
 a { background-color: #2BD76A; }

 a { background-color: rgb(43,215,106); }

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

border-color css

<style>
 span { border-color: #2BD76A; }

 span { border-color: rgb(43,215,106); }

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