#2FC49E

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

Shades of Shamrock #2FC49E

Tints of Shamrock #2FC49E

Color information

#2FC49E (or 0x2FC49E) is unknown color: approx Shamrock. HEX triplet: 2F, C4 and 9E. RGB value is (47,196,158). Sum of RGB (Red+Green+Blue) = 47+196+158=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC49E is #D03B61. Grayscale: #939393. Windows color (decimal): -13646690 or 10404911. OLE color: 10404911.

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

Color convert

RGB47196158-
CMYK0.7600.190.23
HSL164.7º61.32%47.65%-
HSV(B)164.7º76.02%76.86%-
XYZ27.0842.5539.13-
YUV147.12134.1456.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.72%
GREEN value IS 196 (76.95% from 255) = 48.88%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=11.72%
G=48.88%
B=39.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471961580.7600.190.23164.761.3247.65
Hex2FC49E4C01317a53d30
Octal57304236114023272457560
Binary101111110001001001111010011000100111011110100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,158); }

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

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

 a { background-color: rgb(47,196,158); }

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

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

 span { border-color: rgb(47,196,158); }

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