Html Css Color HEX #2BD760 Malachite

📋 copy color: '#2BD760'

red 43 ◦ green 215 ◦ blue 96

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

Shades of Malachite #2BD760

Tints of Malachite #2BD760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 12.15%
G = 60.73%
B = 27.12%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#2BD760 (or 0x2BD760) is known color: Malachite. HEX triplet: 2B, D7 and 60. RGB value is (43,215,96). Sum of RGB (Red+Green+Blue) = 43+215+96=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD760 is #D4289F. Grayscale: #969696. Windows color (decimal): -13904032 or 6346539. OLE color: 6346539.

HSL color Cylindrical-coordinate representation of color #2BD760: hue angle of 138.49º 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 #2BD760 is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 96 -
CMYK 0.8 0 0.55 0.16
HSL 138.49º 0.68% 0.51% -
HSV(B) 138.49º 0.8% 0.84% -
XYZ 27.41 49.96 19.26 -
YUV 150.01 97.52 51.68 -
System Red Green Blue C M Y K H S L
Decimal 43 215 96 0.8 0 0.55 0.16 138.49 0.68 0.51
Hex 2B D7 60 50 0 37 10 8A 44 33
Octal 53 327 140 120 0 67 20 212 104 63
Binary 101011 11010111 1100000 1010000 0 110111 10000 10001010 1000100 110011

Color Harmonies of #2BD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD760

Black with #2BD760

Text Example


Text Example

White with #2BD760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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