#2bc98b

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

Shades of Shamrock #2BC98B

Tints of Shamrock #2BC98B

Color information

#2BC98B (or 0x2BC98B) is unknown color: approx Shamrock. HEX triplet: 2B, C9 and 8B. RGB value is (43,201,139). Sum of RGB (Red+Green+Blue) = 43+201+139=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC98B is #D43674. Grayscale: #929292. Windows color (decimal): -13907573 or 9161003. OLE color: 9161003.

HSL color Cylindrical-coordinate representation of color #2BC98B: hue angle of 156.46º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC98B is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB43201139-
CMYK0.7900.310.21
HSL156.46º64.75%47.84%-
HSV(B)156.46º78.61%78.82%-
XYZ26.5444.1531.55-
YUV146.69123.6554.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 201 (78.91% from 255) = 52.48%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=11.23%
G=52.48%
B=36.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432011390.7900.310.21156.4664.7547.84
Hex2BC98B4F01F159c4130
Octal533112131170372523410160
Binary1010111100100110001011100111101111110101100111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc98b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,201,139); }

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

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

 a { background-color: rgb(43,201,139); }

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

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

 span { border-color: rgb(43,201,139); }

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