#2FC59C

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

Shades of Shamrock #2FC59C

Tints of Shamrock #2FC59C

Color information

#2FC59C (or 0x2FC59C) is unknown color: approx Shamrock. HEX triplet: 2F, C5 and 9C. RGB value is (47,197,156). Sum of RGB (Red+Green+Blue) = 47+197+156=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC59C is #D03A63. Grayscale: #939393. Windows color (decimal): -13646436 or 10274095. OLE color: 10274095.

HSL color Cylindrical-coordinate representation of color #2FC59C: hue angle of 163.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC59C is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB47197156-
CMYK0.7600.210.23
HSL163.6º61.48%47.84%-
HSV(B)163.6º76.14%77.25%-
XYZ27.1442.9438.31-
YUV147.48132.856.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.75%
GREEN value IS 197 (77.34% from 255) = 49.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=11.75%
G=49.25%
B=39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471971560.7600.210.23163.661.4847.84
Hex2FC59C4C01517a43d30
Octal57305234114025272447560
Binary101111110001011001110010011000101011011110100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,197,156); }

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

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

 a { background-color: rgb(47,197,156); }

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

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

 span { border-color: rgb(47,197,156); }

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