#2CC386

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

Shades of Shamrock #2CC386

Tints of Shamrock #2CC386

Color information

#2CC386 (or 0x2CC386) is unknown color: approx Shamrock. HEX triplet: 2C, C3 and 86. RGB value is (44,195,134). Sum of RGB (Red+Green+Blue) = 44+195+134=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC386 is #D33C79. Grayscale: #8E8E8E. Windows color (decimal): -13843578 or 8831788. OLE color: 8831788.

HSL color Cylindrical-coordinate representation of color #2CC386: hue angle of 155.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC386 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB44195134-
CMYK0.7700.310.24
HSL155.76º63.18%46.86%-
HSV(B)155.76º77.44%76.47%-
XYZ24.8641.2929.21-
YUV142.9122.9757.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=11.80%
G=52.28%
B=35.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441951340.7700.310.24155.7663.1846.86
Hex2CC3864D01F189c3f2f
Octal54303206115037302347757
Binary101100110000111000011010011010111111100010011100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,195,134); }

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

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

 a { background-color: rgb(44,195,134); }

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

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

 span { border-color: rgb(44,195,134); }

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