Html Css Color HEX #2BDA6B Malachite

📋 copy color: '#2BDA6B'

red 43 ◦ green 218 ◦ blue 107

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

Shades of Malachite #2BDA6B

Tints of Malachite #2BDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.24%

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 11.68%
G = 59.24%
B = 29.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#2BDA6B (or 0x2BDA6B) is known color: Malachite. HEX triplet: 2B, DA and 6B. RGB value is (43,218,107). Sum of RGB (Red+Green+Blue) = 43+218+107=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA6B is #D42594. Grayscale: #999999. Windows color (decimal): -13903253 or 7068203. OLE color: 7068203.

HSL color Cylindrical-coordinate representation of color #2BDA6B: hue angle of 141.94º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA6B is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 107 -
CMYK 0.80 0 0.51 0.15
HSL 141.94º 0.7% 0.51% -
HSV(B) 141.94º 0.8% 0.85% -
XYZ 28.72 51.72 22.38 -
YUV 153.02 102.02 49.53 -
System Red Green Blue C M Y K H S L
Decimal 43 218 107 0.80 0 0.51 0.15 141.94 0.7 0.51
Hex 2B DA 6B 50 0 33 F 8E 46 33
Octal 53 332 153 120 0 63 17 216 106 63
Binary 101011 11011010 1101011 1010000 0 110011 1111 10001110 1000110 110011

Color Harmonies of #2BDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA6B

Black with #2BDA6B

Text Example


Text Example

White with #2BDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,107); }

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

background-color css

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

 a { background-color: rgb(43,218,107); }

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

border-color css

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

 span { border-color: rgb(43,218,107); }

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