#2bc59f

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

Shades of Shamrock #2BC59F

Tints of Shamrock #2BC59F

Color information

#2BC59F (or 0x2BC59F) is unknown color: approx Shamrock. HEX triplet: 2B, C5 and 9F. RGB value is (43,197,159). Sum of RGB (Red+Green+Blue) = 43+197+159=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC59F is #D43A60. Grayscale: #929292. Windows color (decimal): -13908577 or 10470699. OLE color: 10470699.

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

Color convert

RGB43197159-
CMYK0.7800.190.23
HSL165.19º64.17%47.06%-
HSV(B)165.19º78.17%77.25%-
XYZ27.2242.9539.66-
YUV146.62134.9854.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.78%
GREEN value IS 197 (77.34% from 255) = 49.37%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=10.78%
G=49.37%
B=39.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431971590.7800.190.23165.1964.1747.06
Hex2BC59F4E01317a5402f
Octal533052371160232724510057
Binary1010111100010110011111100111001001110111101001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc59f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,197,159); }

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

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

 a { background-color: rgb(43,197,159); }

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

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

 span { border-color: rgb(43,197,159); }

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