#2fcf7f

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

Shades of Shamrock #2FCF7F

Tints of Shamrock #2FCF7F

Color information

#2FCF7F (or 0x2FCF7F) is unknown color: approx Shamrock. HEX triplet: 2F, CF and 7F. RGB value is (47,207,127). Sum of RGB (Red+Green+Blue) = 47+207+127=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF7F is #D03080. Grayscale: #969696. Windows color (decimal): -13643905 or 8376111. OLE color: 8376111.

HSL color Cylindrical-coordinate representation of color #2FCF7F: hue angle of 150º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF7F is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB47207127-
CMYK0.7700.390.19
HSL150º62.99%49.8%-
HSV(B)150º77.29%81.18%-
XYZ27.3246.7627.67-
YUV150.04114.9954.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.34%
GREEN value IS 207 (81.25% from 255) = 54.33%
BLUE value IS 127 (50% from 255) = 33.33%
R=12.34%
G=54.33%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal472071270.7700.390.1915062.9949.8
Hex2FCF7F4D02713963f32
Octal57317177115047232267762
Binary101111110011111111111100110101001111001110010110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fcf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,207,127); }

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

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

 a { background-color: rgb(47,207,127); }

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

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

 span { border-color: rgb(47,207,127); }

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