#2BC490

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

Shades of Shamrock #2BC490

Tints of Shamrock #2BC490

Color information

#2BC490 (or 0x2BC490) is unknown color: approx Shamrock. HEX triplet: 2B, C4 and 90. RGB value is (43,196,144). Sum of RGB (Red+Green+Blue) = 43+196+144=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC490 is #D43B6F. Grayscale: #909090. Windows color (decimal): -13908848 or 9487403. OLE color: 9487403.

HSL color Cylindrical-coordinate representation of color #2BC490: hue angle of 159.61º 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 #2BC490 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB43196144-
CMYK0.7800.270.23
HSL159.61º64.02%46.86%-
HSV(B)159.61º78.06%76.86%-
XYZ25.7742.0133.14-
YUV144.32127.8155.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=11.23%
G=51.17%
B=37.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431961440.7800.270.23159.6164.0246.86
Hex2BC4904E01B17a0402f
Octal533042201160332724010057
Binary1010111100010010010000100111001101110111101000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,196,144); }

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

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

 a { background-color: rgb(43,196,144); }

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

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

 span { border-color: rgb(43,196,144); }

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