#2BDC89

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

Shades of Shamrock #2BDC89

Tints of Shamrock #2BDC89

Color information

#2BDC89 (or 0x2BDC89) is unknown color: approx Shamrock. HEX triplet: 2B, DC and 89. RGB value is (43,220,137). Sum of RGB (Red+Green+Blue) = 43+220+137=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDC89 is #D42376. Grayscale: #9D9D9D. Windows color (decimal): -13902711 or 9034795. OLE color: 9034795.

HSL color Cylindrical-coordinate representation of color #2BDC89: hue angle of 151.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC89 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB43220137-
CMYK0.8000.380.14
HSL151.86º71.66%51.57%-
HSV(B)151.86º80.45%86.27%-
XYZ31.153.5132.36-
YUV157.61116.3646.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.75%
GREEN value IS 220 (86.33% from 255) = 55%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=10.75%
G=55%
B=34.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432201370.8000.380.14151.8671.6651.57
Hex2BDC8950026E984834
Octal533342111200461623011064
Binary1010111101110010001001101000001001101110100110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,220,137); }

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

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

 a { background-color: rgb(43,220,137); }

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

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

 span { border-color: rgb(43,220,137); }

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