#2bd78d

Color #2BD78D Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2BD78D

Tints of Shamrock #2BD78D

Color information

#2BD78D (or 0x2BD78D) is unknown color: approx Shamrock. HEX triplet: 2B, D7 and 8D. RGB value is (43,215,141). Sum of RGB (Red+Green+Blue) = 43+215+141=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD78D is #D42872. Grayscale: #9B9B9B. Windows color (decimal): -13903987 or 9295659. OLE color: 9295659.

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

Color convert

RGB43215141-
CMYK0.800.340.16
HSL154.19º68.25%50.59%-
HSV(B)154.19º80%84.31%-
XYZ30.151.0433.46-
YUV155.14120.0248.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.78%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=10.78%
G=53.88%
B=35.34%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal432151410.800.340.16154.1968.2550.59
Hex2BD78D50022109a4433
Octal533272151200422023210463
Binary10101111010111100011011010000010001010000100110101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd78d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2bd78d;
 }
 .AnyTagClassName
 {
   color: #2bd78d;
 }
</style>
background-color css

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

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

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

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

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

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