#2BC195

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

Shades of Shamrock #2BC195

Tints of Shamrock #2BC195

Color information

#2BC195 (or 0x2BC195) is unknown color: approx Shamrock. HEX triplet: 2B, C1 and 95. RGB value is (43,193,149). Sum of RGB (Red+Green+Blue) = 43+193+149=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC195 is #D43E6A. Grayscale: #8F8F8F. Windows color (decimal): -13909611 or 9814315. OLE color: 9814315.

HSL color Cylindrical-coordinate representation of color #2BC195: hue angle of 162.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC195 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB43193149-
CMYK0.7800.230.24
HSL162.4º63.56%46.27%-
HSV(B)162.4º77.72%75.69%-
XYZ25.4940.8234.97-
YUV143.13131.356.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.17%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=11.17%
G=50.13%
B=38.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal431931490.7800.230.24162.463.5646.27
Hex2BC1954E01718a2402e
Octal533012251160273024210056
Binary1010111100000110010101100111001011111000101000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,193,149); }

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

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

 a { background-color: rgb(43,193,149); }

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

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

 span { border-color: rgb(43,193,149); }

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