#2FCB9C

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

Shades of Shamrock #2FCB9C

Tints of Shamrock #2FCB9C

Color information

#2FCB9C (or 0x2FCB9C) is unknown color: approx Shamrock. HEX triplet: 2F, CB and 9C. RGB value is (47,203,156). Sum of RGB (Red+Green+Blue) = 47+203+156=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB9C is #D03463. Grayscale: #979797. Windows color (decimal): -13644900 or 10275631. OLE color: 10275631.

HSL color Cylindrical-coordinate representation of color #2FCB9C: hue angle of 161.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB9C is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB47203156-
CMYK0.7700.230.20
HSL161.92º62.4%49.02%-
HSV(B)161.92º76.85%79.61%-
XYZ28.5345.7238.77-
YUV151130.8253.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.58%
GREEN value IS 203 (79.69% from 255) = 50%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=11.58%
G=50%
B=38.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal472031560.7700.230.20161.9262.449.02
Hex2FCB9C4D01714a23e31
Octal57313234115027242427661
Binary101111110010111001110010011010101111010010100010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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