#2FC386

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

Shades of Shamrock #2FC386

Tints of Shamrock #2FC386

Color information

#2FC386 (or 0x2FC386) is unknown color: approx Shamrock. HEX triplet: 2F, C3 and 86. RGB value is (47,195,134). Sum of RGB (Red+Green+Blue) = 47+195+134=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC386 is #D03C79. Grayscale: #8F8F8F. Windows color (decimal): -13646970 or 8831791. OLE color: 8831791.

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

Color convert

RGB47195134-
CMYK0.7600.310.24
HSL155.27º61.16%47.45%-
HSV(B)155.27º75.9%76.47%-
XYZ24.9941.3629.22-
YUV143.79122.4758.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.5%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=12.5%
G=51.86%
B=35.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471951340.7600.310.24155.2761.1647.45
Hex2FC3864C01F189b3d2f
Octal57303206114037302337557
Binary101111110000111000011010011000111111100010011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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